From c9eeb34c7972186490650118849af55df9d55627 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 13 十一月 2023 13:16:48 +0800 Subject: [PATCH] 9912 [BT0.1]BOSS凭证(boss凭证最大名次调整为1000;合服上线同步boss凭证上榜) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 9b31933..cec15c4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -1045,6 +1045,8 @@ # 天星塔全服过关记录 GameLogic_SkyTower.OnMixFirstLogin(curPlayer) + # boss凭证 + PlayerActBossTrial.OnMixFirstLogin(curPlayer) # 重置玩家改名次数 #UpdatePlayerName.ResetChangeNameCnt(curPlayer) return -- Gitblit v1.8.0