From 00b076d0f6fec2844363efba8f75a1a675086e95 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 13 十一月 2023 13:14:42 +0800 Subject: [PATCH] 9912 [BT0.1]BOSS凭证(boss历练活动) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 +++ 1 files changed, 3 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 9d24aa1..9b31933 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -117,6 +117,7 @@ import PlayerActManyDayRecharge import PlayerActSingleRecharge import PlayerActHorsePetFeast +import PlayerActBossTrial import PlayerSpringSale import PlayerFairyCeremony import PlayerNewFairyCeremony @@ -851,6 +852,8 @@ PlayerFreeGoods.OnLogin(curPlayer) # BOSS复活活动 PlayerBossReborn.OnLogin(curPlayer) + # boss历练 + PlayerActBossTrial.OnPlayerLogin(curPlayer) # 骑宠盛宴活动 PlayerActHorsePetFeast.OnLogin(curPlayer) # 周狂欢活动 -- Gitblit v1.8.0