From c5731326acc36a3cfc6870ddb51ce2cc86e2cdc5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 一月 2025 17:00:16 +0800 Subject: [PATCH] 10361 【越南】【英语】【BT】【砍树】仙匠大会 - 服务端 --- 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 b5e90ed..49f1ccf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -115,6 +115,7 @@ import PlayerActXianXiaMJ import PlayerActGubao import PlayerActHorsePetTrain +import PlayerActLianqi import PlayerActGodGift import PlayerActFamilyCTGAssist import PlayerActRechargeRebateGold @@ -908,6 +909,8 @@ PlayerActGubao.OnPlayerLogin(curPlayer) # 骑宠养成活动 PlayerActHorsePetTrain.OnPlayerLogin(curPlayer) + # 炼器活动 + PlayerActLianqi.OnPlayerLogin(curPlayer) # 天帝礼包活动 PlayerActGodGift.OnPlayerLogin(curPlayer) # 多日连充活动 -- Gitblit v1.8.0