Main/System/Guild/GuildMemberCell.cs
@@ -49,7 +49,7 @@
        avatarCell.AddListener(() =>
        {
            OtherPlayerDetailManager.Instance.ViewPlayerDetail(playerID);
            OtherPlayerDetailManager.Instance.ViewPlayerDetail(playerID, playerInfo.ServerID);
        });
        contribText.text = playerInfo.ContribDay + "/" + playerInfo.ContribTotal;