ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -104,6 +104,8 @@ g_crossPKZoneMatchRobotPlayerDict = {} # 跨服PK匹配机器人的玩家字典 {playerID:PKPlayer, ...} g_crossPKRoomDict = {} # 跨服PK房间字典 {roomID:PKRoom, ...} g_crossPKRoomID = 0 # 跨服PK当前已经创建到的房间ID,自增创建 g_crossPKTodayPKRecordInfo = {} # 跨服PK玩家今日PK记录 {playerID:[[tagPlayerID, winnerID], ...]} g_crossPKBesureMatchRobotInfo = {} # 跨服PK玩家必定匹配机器人次数信息 {playerID:besureMatchRobotCount, ...} g_crossPKUnNotifyOverInfo = {} # 跨服PK未同步的结算信息 {player:[overInfo], ...}