From f194ca807c0ef437b866e74db7cd4dcb02e531c3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 14 二月 2019 17:54:57 +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