From 55b78ba8396c6919e4060990f0dec625a7ca9bd8 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期六, 15 六月 2019 13:51:40 +0800
Subject: [PATCH] 7182 答题广播修改 仙盟BOSS掉落光柱
---
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