From 458f8ad37f944f5a4334dc9e522e6640e4aa2def Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 19 九月 2024 11:00:48 +0800 Subject: [PATCH] 10267 【越南】【英文】【砍树】仙官新增膜拜 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActBossTrial.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActBossTrial.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActBossTrial.py index f3f8f5d..17ac49a 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActBossTrial.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActBossTrial.py @@ -28,6 +28,7 @@ import PlayerFamily import PyDataManager import GameXiangong +import GameWorship def OnActStart(actNum): ## 活动开启 @@ -595,6 +596,8 @@ if not orderIpyDataList: return + worshipType = ShareDefine.Def_WorshipType_CrossBossTrial + syncNewWorshipList = [] syncNewXiangongDict = {} rankPre = 0 billboardIndex = 0 @@ -637,6 +640,8 @@ billboardIndex += 1 GameXiangong.AddXiangongPlayer(xiangongID, playerID, serverIDRangeList, playerRank, syncNewXiangongDict) + GameWorship.AddWorshipPlayer(worshipType, playerRank, playerID, serverIDRangeList, syncList=syncNewWorshipList) + GameWorship.SendNewWorshipPlayer(syncNewWorshipList) GameXiangong.SendNewXiangongPlayerToClientServer(syncNewXiangongDict) return -- Gitblit v1.8.0