From 1e3f8cd83080ab4f140f862b2b2a0e60282b521e Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 30 八月 2018 20:11:31 +0800
Subject: [PATCH] fix:3106 【后端】新增守卫人皇参与奖励

---
 ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
index 36b4bf3..03760a9 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -62,7 +62,14 @@
 g_bossShuntDeadLine = {} # boss分流线路boss已死亡的线路 {bossID:[lineID, ...], ...}
 g_bossShuntDeadLineChangeBoss = [] # boss分流已死亡线路有变更的boss列表
 
+g_familyOwnerBossInfo = {} # 地图同步上来的仙盟归属boss信息
+
 g_todayPlayerLVDict = {} #今日玩家等级字典 {playerID:lv,..}
 g_yesterdayPlayerLVDict = {} #昨日玩家等级字典{playerID:lv,..}
 
 g_ctgOfflinePlayerInfo = {} # {playerID:[[ctgInfo], ...], ...} # 离线玩家CTG信息缓存
+
+g_questionIDHistory = {}#出过的题记录 {familyid:[出过的题id,..]}
+g_familyAnswerDict = {} #仙盟答题数量 {familyid:[答题数量,tick],..}
+g_familyPartyTopInfo = [] #仙盟宴会答题王 [playerID,名字]
+g_partyheroAnswerDict = {} #仙盟宴会玩家答题数量 {playerid:答题数量,..}
\ No newline at end of file

--
Gitblit v1.8.0