From 59e5195763ed490b491ad5fb9a2e39cfde7d5f1f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 26 十一月 2024 11:00:06 +0800 Subject: [PATCH] 10317 【英文】【越南】【BT】【砍树】仙盟传功支持离线 --- 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 005d6d6..da18f36 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py @@ -89,6 +89,7 @@ g_partyheroAnswerDict = {} #仙盟宴会玩家答对题目数量 {playerid:答题数量,..} g_familyAnswerPlayerIDDict = {} #仙盟宴会玩家参与答题数量 {playerID:[题目ID, ...], ...} g_chuangongPlayerDict = {} #传功玩家信息 {playerID:[目标玩家ID, ...], ...} +g_chuangongTagPlayerDict = {} #协助传功玩家信息 {playerID:协助玩家ID, ...} g_redPacketMgr = None # RedPacketMgr -- Gitblit v1.8.0