From 0df4a84c2f2c4cccb1d4d290ae6a66b6db651814 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 21 八月 2018 14:51:14 +0800
Subject: [PATCH] fix:【2728】新增任务接口
---
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 947d2f7..36b4bf3 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -62,5 +62,7 @@
g_bossShuntDeadLine = {} # boss分流线路boss已死亡的线路 {bossID:[lineID, ...], ...}
g_bossShuntDeadLineChangeBoss = [] # boss分流已死亡线路有变更的boss列表
-g_ctgOfflinePlayerInfo = {} # {playerID:[[ctgInfo], ...], ...} # 离线玩家CTG信息缓存
+g_todayPlayerLVDict = {} #今日玩家等级字典 {playerID:lv,..}
+g_yesterdayPlayerLVDict = {} #昨日玩家等级字典{playerID:lv,..}
+g_ctgOfflinePlayerInfo = {} # {playerID:[[ctgInfo], ...], ...} # 离线玩家CTG信息缓存
--
Gitblit v1.8.0