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/PlayerState.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 1a2428e..ad3b313 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -54,6 +54,7 @@ import FunctionNPCCommon import FormulaControl import PlayerGoldGift +import PlayerActLianqi import PlayerFlashSale import PlayerChatBox import PlayerFace @@ -1297,6 +1298,8 @@ PlayerActivity.ProcessActivityPlace(curPlayer) #自定义场景 FBLogic.OnCustomSceneProcess(curPlayer, tick) + #炼器 + PlayerActLianqi.OnProcess(curPlayer) #跨服数据同步,放最后 CrossPlayerData.ProcessCrossPlayer(curPlayer, tick) return -- Gitblit v1.8.0