hxp
2019-08-28 274da001f56cd650d57f35ae2f65aa58f969a8e7
ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -109,4 +109,6 @@
g_crossFBFuncLinePlayerCountInfo = {} # 跨服副本功能线路人数信息,本服缓存 {mapID:{funcLineID:[playerCount], ...}, ...}
g_familyTalkCache = {} #{familyID:[[time,content,extras],..]}
g_worldTalkCache = [] #[[time,name, playerID, content,extras],..]
g_worldTalkCache = [] #[[time,name, playerID, content,extras],..]
g_unTJLogoffTime = {} #非脱机离线时间 {playerID:time, ...}