ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -142,6 +142,10 @@ g_unNotifyPlayerCrossMsgDict = {} # 未通知玩家的跨服命令 {playerID:{msgType:[msgInfo], ...}, ...} g_crossBattlefieldBuyInfo = {} # 跨服战场购买记录 {zoneID:{hmNum:{playerID:CrossBattlefieldBuy, ...}, ...}, ...} g_openDateTime = None # 本场次开启的时间 g_overPlayerIDList = [] # 本场次已经结算的玩家ID列表 g_championshipMgr = None # 跨服排位争霸赛管理 g_familyTalkCache = {} #{familyID:[[time,content,extras],..]} g_worldTalkCache = [] #[[time,name, playerID, content,extras],..]