From 7e06869336c92b048f91426af490a1a1399edc1a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 10 九月 2020 15:07:28 +0800 Subject: [PATCH] 8477 【主干】【长尾】【BT】屏蔽个推 --- ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py index 239b3b8..b34e962 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py @@ -164,7 +164,7 @@ #GameWorld.SendMapServerMsgEx(ShareDefine.Def_Notify_WorldKey_ServerDay, openServerDay) #清理过期补偿 PlayerCompensation.ClearUpTimeOutCompensation() - PlayerGeTui.ClearFMTGeTuiLimit() + #PlayerGeTui.ClearFMTGeTuiLimit() import PlayerBourse PlayerBourse.OverTimeItemsDeal() # 仙盟联赛 @@ -296,8 +296,8 @@ CrossRealmPK.OnPKMatchProcess(tick) GameWorldBoss.DoCheckWorldBossReborn(tick) - GameWorldBoss.ProcessBossGeTui(tick) - PlayerGeTui.ProcessNewGuyCallBackGeTui(tick) + #GameWorldBoss.ProcessBossGeTui(tick) + #PlayerGeTui.ProcessNewGuyCallBackGeTui(tick) #组队副本版本 PlayerTeam.DoTeamProcess(tick) -- Gitblit v1.8.0