From 14c1220f82e00ffea6f2759e8ff11d99606220bb Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 14 十月 2021 14:48:11 +0800 Subject: [PATCH] 9300 【BT5】【主干】【后端】新增:法器进阶 --- 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 ab8575f..b68f005 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -94,6 +94,7 @@ import PlayerState import QuestCommon import PlayerDogz +import PlayerFaQi import ChPlayer import GMShell import GameObj @@ -4512,6 +4513,7 @@ PlayerDogz.RefreshDogzAttr(curPlayer) PlayerGatherSoul.RefreshGatherSoulAttr(curPlayer) PlayerCoat.CalcClothesCoatSkinAttr(curPlayer) + PlayerFaQi.CalcFaQiAttr(curPlayer) self.RefreshAllState(isForce=True) GameWorld.DebugLog("End ReCalcAllState!!!") return -- Gitblit v1.8.0