From 8a565fcec631d8ceae589cd2c1764b3629f0fbe7 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 12 七月 2024 17:38:20 +0800 Subject: [PATCH] 10202 【越南】【香港】【主干】【砍树】聚魂 --- 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 e24d5cb..abf4f9d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -71,6 +71,7 @@ import PlayerEquipDecompose import PlayerGreatMaster import PlayerGatherSoul +import PlayerGatherTheSoul import PlayerFairyDomain import PlayerCrossRealmPK import PlayerCrossChampionship @@ -921,6 +922,7 @@ FBHelpBattle.DoPlayerLogin(curPlayer) # 聚魂 PlayerGatherSoul.PlayerLogin(curPlayer) + PlayerGatherTheSoul.OnPlayerLogin(curPlayer) #缥缈仙域 PlayerFairyDomain.OnLogin(curPlayer) PlayerFB.OnLogin(curPlayer) -- Gitblit v1.8.0