From 24a23dcf2dfecb2c41722ad5d6f8c936bf7ccabe Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期六, 07 二月 2026 14:37:43 +0800
Subject: [PATCH] 282 查看他人-客户端 同步A523 A212封包,公会成员列表,公会聊天支持支持跨服

---
 Main/System/Guild/GuildMemberCell.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Main/System/Guild/GuildMemberCell.cs b/Main/System/Guild/GuildMemberCell.cs
index 51c59fb..32cbf9c 100644
--- a/Main/System/Guild/GuildMemberCell.cs
+++ b/Main/System/Guild/GuildMemberCell.cs
@@ -9,7 +9,7 @@
 /// </summary>
 public class GuildMemberCell : CellView
 {
-    
+
     [SerializeField] AvatarCell avatarCell;
     [SerializeField] OfficialTitleCell titleCell;
     [SerializeField] Text lvText;
@@ -49,7 +49,7 @@
 
         avatarCell.AddListener(() =>
         {
-            OtherPlayerDetailManager.Instance.ViewPlayerDetail(playerID);
+            OtherPlayerDetailManager.Instance.ViewPlayerDetail(playerID, playerInfo.ServerID);
         });
 
         contribText.text = playerInfo.ContribDay + "/" + playerInfo.ContribTotal;
@@ -91,7 +91,7 @@
             showArrowImg.transform.localScale = new Vector3(1, -1, 1);
         }
     }
-    
+
     //渚嬪瓙 鍙栨暣澶勭悊锛� 1.5澶� 鏄剧ず1澶�; 鏈�澶�7澶╃壒娈婂鐞�
     //x澶�
     //x鏃�

--
Gitblit v1.8.0