From 00f4a55d20b44485efb11172bf61263e8cfb57fa Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 12 三月 2025 15:09:14 +0800
Subject: [PATCH] 10416 【英文】【bt】【GM】【砍树】登录基金和幻境基金 完成后可以重置购买(重置关联的充值ID)
---
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