From 22093c9745b5e0f322fc36c2178f287b12bd5ef9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 22 八月 2018 11:48:29 +0800
Subject: [PATCH] Add: 2765 【后端】战斗公式增加防守方参数dMinAtk,dMaxAtk;

---
 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