From db03acba6290a09418bcc0a05392a662cc39743e Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 28 一月 2026 19:31:24 +0800
Subject: [PATCH] 441 公会相关界面 公会日志

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

diff --git a/Main/System/Guild/PlayerFairyData.cs b/Main/System/Guild/PlayerFairyData.cs
index d27d51d..29e2508 100644
--- a/Main/System/Guild/PlayerFairyData.cs
+++ b/Main/System/Guild/PlayerFairyData.cs
@@ -29,6 +29,7 @@
 
     // 0-鎴愬憳锛�1-绮捐嫳锛�2-鍓洘涓伙紝3-鐩熶富
     public int leaderID;
+    public string leaderName;
     // // 绮捐嫳
     public List<int> elitePlayerIDList = new List<int>();
     // // 鍓洘涓�
@@ -102,6 +103,7 @@
             if (member.FmLV == 3)
             {
                 leaderID = (int)member.PlayerID;
+                leaderName = member.Name;
             }
         }
 
@@ -142,6 +144,7 @@
         memberDic.Clear();
         memberIDList.Clear();
         leaderID = 0;
+        leaderName = string.Empty;
     }
 
     int SortMember(int id1, int id2)

--
Gitblit v1.8.0