From 78de35028b3607f75c03651428a5d8baa247e9b7 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 05 二月 2026 11:31:28 +0800
Subject: [PATCH] 441 公会排行榜

---
 Main/System/Guild/GuildManager.cs |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/Main/System/Guild/GuildManager.cs b/Main/System/Guild/GuildManager.cs
index 9c6bb19..242ad99 100644
--- a/Main/System/Guild/GuildManager.cs
+++ b/Main/System/Guild/GuildManager.cs
@@ -228,9 +228,8 @@
 
 
         config = FuncConfigConfig.Get("FamilyBillboardSet");
-        rankShowMaxCnt = int.Parse(config.Numerical1);
-        pageCnt = int.Parse(config.Numerical2);
-        queryPointNum = int.Parse(config.Numerical3);
+        pageCnt = int.Parse(config.Numerical1);
+        queryPointNum = int.Parse(config.Numerical2);
     }
 
 
@@ -543,7 +542,6 @@
     public int lastPage = -1;
     public int pageCnt; //姣忛〉鏌ヨ鏉℃暟
     int queryPointNum;  //鏌ヨ鐐�
-    public int rankShowMaxCnt;
 
     public bool isPowerSort
     {
@@ -596,13 +594,6 @@
             if (lastPage >= page)
                 return;
             lastPage = page;
-
-            if (index >= rankShowMaxCnt)
-            {
-                //瓒呰繃鏈嶅姟鍣ㄥ凡涓婃鐨勬�绘暟閲忥紝姣斿鎬绘鍗曟槸100鍚嶏紝褰撳墠鍙湁8鍚嶇帺瀹朵笂姒滐紝寰�涓嬫粴鍔ㄥ氨涓嶅啀鏌ヨ
-                return;
-            }
-            //Debug.LogFormat("鍒嗛〉鏌ヨ锛氳姹傜 {0} 椤� (褰撳墠index:{1})", page + 1, index);
             SendFindGuild(string.Empty, page + 1, pageCnt);
         }
     }

--
Gitblit v1.8.0