ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -91,6 +91,10 @@ g_crossZoneName = "" # 跨服分区名 g_crossActInfoDict = None # 跨服运营活动信息 {actName:{actInfoDict}, ...} g_crossMailPlayerDict = {} # 有跨服邮件的玩家ID信息 {playerID:tick, ...} g_crossPlayerViewCache = {} # 查看跨服玩家信息 {playerID:[cacheInfo, updTick], ...} g_crossPKPlayerDict = {} # 跨服PK玩家字典 {playerID:PKPlayer, ...}