From daedb61b798873f6fc475172583ad9f8c8b3408d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 23 五月 2022 18:03:58 +0800 Subject: [PATCH] 9480 【BT6】【后端】炼体系统 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 4 ++++ 1 files changed, 4 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 b78c037..cdf62cb 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -138,6 +138,7 @@ import PlayerFB import PlayerFaQi import SkillShell +import PlayerLianTi import PlayerYinji import PlayerLove import GameObj @@ -659,6 +660,9 @@ # 法器 PlayerFaQi.PlayerFaQiLogin(curPlayer) + # 炼体 + PlayerLianTi.OnPlayerLogin(curPlayer) + PlayerTreasure.OnTreasureLogin(curPlayer) # 通知累计登陆礼 -- Gitblit v1.8.0