From bc0c9d89c0811bb32f98ba45dfaff6b10661c45a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 12 九月 2024 17:01:46 +0800 Subject: [PATCH] 10261 【越南】【砍树】仙盟徽章,头像框,头像(动态),聊天气泡,聊天表情(增加头像、头像框) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 3 +++ 1 files changed, 3 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 72d55c4..0e70ffb 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -103,6 +103,7 @@ import PlayerGubao import PlayerShentong import PlayerCharm +import PlayerFace import ChPlayer import GMShell import GameObj @@ -4655,6 +4656,8 @@ PlayerLianTi.CalcLianTiAttr(curPlayer) PlayerShentong.CalcShentongAttr(curPlayer) PlayerFamilyZhenfa.CalcZhenfaAttr(curPlayer) + PlayerFace.CalcFaceAttr(curPlayer) + PlayerFace.CalcFacePicAttr(curPlayer) self.RefreshAllState(isForce=True) GameWorld.DebugLog("End ReCalcAllState!!!") return -- Gitblit v1.8.0