From 5880a05cd7028b88baee029a93a4303d136a2db0 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期三, 28 八月 2019 20:34:45 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode --- ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py index a330db4..74a775a 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py +++ b/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],..] \ No newline at end of file +g_worldTalkCache = [] #[[time,name, playerID, content,extras],..] + +g_unTJLogoffTime = {} #非脱机离线时间 {playerID:time, ...} -- Gitblit v1.8.0