ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -146,6 +146,7 @@
g_unNotifyPlayerCrossMsgDict = {} # 未通知玩家的跨服命令 {playerID:{msgType:[msgInfo], ...}, ...}
g_crossBattlefieldBuyInfo = {} # 跨服战场购买记录 {zoneID:{hmNum:{playerID:CrossBattlefieldBuy, ...}, ...}, ...}
g_crossBattlefieldSysCallBuyList = [] # 跨服战场系统场次购买召集玩家ID列表 [playerID, ...]
g_openDateTime = None # 本场次开启的时间
g_overPlayerIDList = [] # 本场次已经结算的玩家ID列表