From 2334c75ef35c5ef5432f883c0eb2f4a22209a94a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 11 六月 2025 17:18:56 +0800 Subject: [PATCH] 10263 【越南】【BT】增加后台执行命令清除本服榜单某个玩家ID数据: ClearBillboardData --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTeam.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTeam.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTeam.py index f323c8a..6a4647b 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTeam.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTeam.py @@ -433,6 +433,8 @@ requestPack.LV = curPlayer.GetLV() requestPack.Job = curPlayer.GetJob() requestPack.RealmLV = curPlayer.GetOfficialRank() + requestPack.Face = curPlayer.GetFace() + requestPack.FacePic = curPlayer.GetFacePic() NetPackCommon.SendFakePack(tagPlayer, requestPack) #TeamAskSuccess: 已成功发送入队申请 @@ -558,6 +560,8 @@ requestPack.LV = curPlayer.GetLV() requestPack.Job = curPlayer.GetJob() requestPack.RealmLV = curPlayer.GetOfficialRank() + requestPack.Face = curPlayer.GetFace() + requestPack.FacePic = curPlayer.GetFacePic() NetPackCommon.SendFakePack(tagPlayer, requestPack) #TeamAskSuccess: 已成功发送入队申请 -- Gitblit v1.8.0