hch
2025-11-20 95d4df7a2690d815b2d47461cc321ed10a873432
Main/System/Guild/GuildJoinWin.cs
@@ -76,7 +76,7 @@
        noGuildTf.SetActive(false);
        guildListScroller.SetActive(true);
        var startCount = guildListScroller.GetNumberOfCells();
        var startCount = guildListScroller.GetCellTotalCount();
        if (startCount > GuildManager.Instance.pageIndexList.Count)
        {
            guildListScroller.Refresh();