From e988d6e02bd04309a806c0bdee99aad200f64e36 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 31 五月 2019 15:19:30 +0800 Subject: [PATCH] 6975 【2.0】【后端】日常界面调整(升级给活跃点) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py index 8655e0b..e4427d0 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py @@ -461,7 +461,8 @@ ChConfig.TYPE_ActionOpenAndCloseByDayCountGoOn] for acKey in actionControlTickList: worldMgr.SetTickByType(acKey, 0) - + + GameWorld.GetGameWorld().SetDict(ChConfig.Def_WorldKey_ProcessMinute, 0) #处理重开服务器后, 活动继续开启逻辑根据天数 #GameWorldActionControl.Dispose_Action_GoOn_ByDay(tick) return -- Gitblit v1.8.0