From e23630291364e4a64ad70f76f06d0d5789602768 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 23 五月 2022 18:07:08 +0800
Subject: [PATCH] 5386 【bt6】进入跨服 炼体功能的战力变为0 9480 【BT6】【后端】炼体系统(修复炼体属性刷新bug)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index 09f9ab6..2da4e6c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -89,6 +89,7 @@
import CrossPlayerData
import NPCHurtManager
import ChNetSendPack
+import PlayerLianTi
import PlayerCoat
import PlayerAssist
import PlayerState
@@ -4521,6 +4522,7 @@
PlayerFaQi.CalcFaQiAttr(curPlayer)
PlayerLove.CalcLoveAttr(curPlayer)
PlayerCharm.CalcCharmAttr(curPlayer)
+ PlayerLianTi.CalcLianTiAttr(curPlayer)
self.RefreshAllState(isForce=True)
GameWorld.DebugLog("End ReCalcAllState!!!")
return
--
Gitblit v1.8.0