少年修仙传客户端代码仓库
LogicProject/System/CrossServerQualifying/CrossServerQualifyingModel.cs
@@ -230,15 +230,18 @@
        for (int i = 0; i < netPack.PlayerList.Length; i++)
        {
            var player = netPack.PlayerList[i];
            string serverName = ServerListCenter.Instance.GetServerName((int)player.ServerID);
            fightersInfo[player.PlayerID] = new CrossChampionshipPKPlayer()
            {
                PlayerID = player.PlayerID,
                PlayerName = player.PlayerName,
                PlayerName = StringUtility.Contact(Language.Get("Z2002", serverName), player.PlayerName),
                FightPower = (long)player.FightPowerEx * (long)Constants.ExpPointValue + player.FightPower,
                Job = player.Job,
                LV = player.LV,
                Face = player.Face,
                FacePic = player.FacePic,
                RealmLV = player.RealmLV,
                ServerID = (int)player.ServerID,
            };
        }
@@ -358,6 +361,7 @@
        public ushort RealmLV;
        public uint Face;        //基本脸型
        public uint FacePic;        //头像框
        public int ServerID;
    }
    public struct CrossChampionshipPKBattle