From 97a175bb2d85221c1fd7ca94388493c87f920b7c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 14 二月 2019 11:28:07 +0800 Subject: [PATCH] 6211 【后端】【1.6】合服任务单(合服日常、限时副本定制支持) --- 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