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/PlayerFairyData.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Main/System/Guild/PlayerFairyData.cs b/Main/System/Guild/PlayerFairyData.cs
index 4ff88c4..48909d9 100644
--- a/Main/System/Guild/PlayerFairyData.cs
+++ b/Main/System/Guild/PlayerFairyData.cs
@@ -52,7 +52,7 @@
         fairy.totalFightPower = vNetData.FightPowerEx * Constants.ExpPointValue + vNetData.FightPower;
         fairy.Broadcast = vNetData.Broadcast;
         fairy.LeaderID = (int)vNetData.LeaderID;
-        
+
         fairy.lastChangeNameTick = (int)vNetData.Extra1;
 
 
@@ -108,7 +108,7 @@
 
             }
         }
-        
+
         if (mine.FmLV == 3 && mine.PlayerID != leaderID)
         {
             mine.FmLV = 0;
@@ -216,6 +216,7 @@
     public long totalFightPower;
     public string Broadcast;
     public int LeaderID;    //鏃忛暱鐜╁ID
+    public int LeaderServerID;  //鏃忛暱鏈嶅姟鍣↖D
     public int MemberCount;
     public int lastChangeNameTick;
 
@@ -248,7 +249,7 @@
 public class FairyApply
 {
     public int PlayerID;
-    public string Name;      
+    public string Name;
     public int ReqTime;        //鐢宠鏃堕棿鎴�
     public int LV;        //绛夌骇
     public int Job;        //鑱屼笟
@@ -256,7 +257,7 @@
     public int Face;        //鍩烘湰鑴稿瀷
     public int FacePic;        //澶村儚妗�
     public int TitleID;        //绉板彿
-    public long FightPower;     
+    public long FightPower;
     public int ServerID;        //鎵�灞炲尯鏈岻D
     public int IsOnLine;        //鏄惁鍦ㄧ嚎
 }

--
Gitblit v1.8.0