yyl
2026-04-28 ad3ac1661daaf4b445914f87009d3d88c990f040
Main/System/Guild/GuildBossManager.cs
@@ -320,7 +320,7 @@
            Job = playerInfo.Job,
            Name = playerInfo.Name,
            FacePic = playerInfo.FacePic,
            FightPower = (ulong)playerInfo.FightPower,
            FightPower = playerInfo.FightPower,
            RealmLV = playerInfo.RealmLV,
            ServerID = playerInfo.ServerID,
            TitleID = playerInfo.TitleID,
@@ -380,7 +380,7 @@
    public int Job;
    public string Name;
    public int FacePic;
    public ulong FightPower;
    public long FightPower;
    public int RealmLV;
    public int ServerID;
    public int TitleID;