ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
@@ -30,6 +30,8 @@
g_pyGameDataManager = None
g_dbPlayerIDMap = {} # 本服DBPlayer玩家表ID映射关系 {playerID:accID, ...}
g_onlineAccIDList = [] # 在线玩家账号列表 [accID, ...]
g_ctgOrderIDList = [] # 正在兑换商品中的充值订单ID [orderID, ...]
g_onlineMgr = None
@@ -104,7 +106,7 @@
g_luckyCloudBuyInfo = {} # 幸运云购最新一期信息
g_crossServerTimeInfo = [0, 0, 0] # 跨服时间信息 [crossServerTime, curServerTime, syncMapTime]
g_crossServerTimeInfo = [0, 0] # 跨服时间信息 [crossServerTime, curServerTime]
g_crossZoneName = "" # 跨服分区名
g_crossRegPlayerAttrDict = {} #跨服注册时登记的会影响战力的属性值 {playerID:[value, ...], ...}
g_crossSyncTickDict = {} #需要同步跨服数据的玩家同步tick字典 {playerID:tick, ...}