From 8166d5b7bc084e0e6bdf65c54ffd0391ccb8b66a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 24 一月 2025 19:09:17 +0800
Subject: [PATCH] 1111 【越南】【英语】【BT】【砍树】增加功能开启触发任务事件;

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
index fd8589d..82dad65 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
@@ -126,6 +126,8 @@
         askFriendPack.Name = curPlayer.GetName()
         askFriendPack.LV = curPlayer.GetLV()
         askFriendPack.RealmLV = curPlayer.GetOfficialRank()
+        askFriendPack.Face = curPlayer.GetFace()
+        askFriendPack.FacePic = curPlayer.GetFacePic()
         
         NetPackCommon.SendFakePack(tagPlayer, askFriendPack) 
 
@@ -658,6 +660,8 @@
         rceFriendsData.LV = tagPlayer.GetLV()
         rceFriendsData.Job = tagPlayer.GetJob()
         rceFriendsData.RealmLV = tagPlayer.GetOfficialRank()
+        rceFriendsData.Face = tagPlayer.GetFace()
+        rceFriendsData.FacePic = tagPlayer.GetFacePic()
         sendPack.FriendsList.append(rceFriendsData)
         
     #GameWorld.DebugLog("Client_RecommendFriends:%s"%sendPack.FriendsList)
@@ -717,6 +721,9 @@
         rceFriendsData.Name = tagPlayer.GetName()
         rceFriendsData.LV = tagPlayer.GetLV()
         rceFriendsData.Job = tagPlayer.GetJob()
+        rceFriendsData.RealmLV = tagPlayer.GetOfficialRank()
+        rceFriendsData.Face = tagPlayer.GetFace()
+        rceFriendsData.FacePic = tagPlayer.GetFacePic()
         sendPack.FriendsList.append(rceFriendsData)
         
     

--
Gitblit v1.8.0