From 5b72992a43593f82a054eae652f15c7b298ccbdb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 13 六月 2024 15:07:44 +0800
Subject: [PATCH] 9912 [BT0.1]BOSS凭证(支持不同boss标识配置不同的掉落凭证个数饼图;)
---
ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
index d08db50..b61d39b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py
@@ -84,6 +84,7 @@
g_familyPartyTopInfo = [] #仙盟宴会答题王 [playerID,名字]
g_partyheroAnswerDict = {} #仙盟宴会玩家答对题目数量 {playerid:答题数量,..}
g_familyAnswerPlayerIDDict = {} #仙盟宴会玩家参与答题数量 {playerID:[题目ID, ...], ...}
+g_chuangongPlayerDict = {} #传功玩家信息 {playerID:[目标玩家ID, ...], ...}
g_redPacketMgr = None # RedPacketMgr
--
Gitblit v1.8.0