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/PlayerRequest.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerRequest.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerRequest.py
index f0db17a..9364f66 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerRequest.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerRequest.py
@@ -116,7 +116,8 @@
PyGameData.g_playerRequests[curTagPlayerID][(curPlayer.GetID(), requestType)] = [curPlayer.GetName(),
curPlayer.GetLV(),
curPlayer.GetOfficialRank(),
- curPlayer.GetFace()]
+ curPlayer.GetFace(),
+ curPlayer.GetFacePic()]
return
@@ -159,6 +160,7 @@
askFriendPack.LV = playerInfo[1]
askFriendPack.RealmLV = playerInfo[2]
askFriendPack.Face = playerInfo[3]
+ askFriendPack.FacePic = playerInfo[4]
NetPackCommon.SendFakePack(curPlayer, askFriendPack)
return
--
Gitblit v1.8.0