From 1ce9281c787eb0b6384d7feda72b045ac6fbc48d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 一月 2025 18:04:22 +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 be5933c..87b6fbd 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
@@ -906,6 +907,8 @@
     PlayerActGubao.OnPlayerLogin(curPlayer)
     # 骑宠养成活动
     PlayerActHorsePetTrain.OnPlayerLogin(curPlayer)
+    # 炼器活动
+    PlayerActLianqi.OnPlayerLogin(curPlayer)
     # 天帝礼包活动
     PlayerActGodGift.OnPlayerLogin(curPlayer)
     # 多日连充活动

--
Gitblit v1.8.0