From 3d04d70ff41fe87919a5f2e8b0b9f76b890ec620 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 12 九月 2024 12:07:35 +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 87613ec..e9d3a38 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 PlayerTask import ChPlayer import GMShell @@ -4625,6 +4626,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