From 2cf5365a5e409b38bba122f9bd1b0a6bd217c1c0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 03 七月 2025 17:57:30 +0800
Subject: [PATCH] 16 卡牌服务端(删除无用的GY_Query_Offline_xxx命令)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py
index aaeb8ce..9113052 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py
@@ -23,7 +23,6 @@
import NPCCustomRefresh
import ChPyNetSendPack
import ItemControler
-import EventShell
import NetPackCommon
import ShareDefine
import IpyGameDataPY
@@ -342,9 +341,6 @@
costTime = tick - GameWorld.GetGameFB().GetFBStepTick()
prizeDict[FBCommon.Over_costTime] = costTime
__SendTrialTowerOverInfo(curPlayer, fbLevel, True, prizeDict)
-
- #任务
- EventShell.EventRespons_TrialTowerCnt(curPlayer, fbLevel)
SyncTrialLevelInfo(curPlayer) # 同步最新关卡信息
__SetFBToFreeTime(tick)
@@ -722,8 +718,6 @@
# 给过关奖励
__GiveFBPassPrize(curPlayer, passLineID, moneyDictTotal, itemListTotal)
- #任务
- EventShell.EventRespons_TrialTowerCnt(curPlayer, passLineID)
#每日任务
PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_Tower)
--
Gitblit v1.8.0