hch
1 天以前 f88d20f956b355588cf987a6534c39e016b1d8e8
Main/Core/GameEngine/Player/PlayerBaseData.cs
@@ -68,6 +68,7 @@
    public uint chatBox;    //扩展属性10,各项目专用
    public uint ExAttr11;    //预留的扩展属性字段,用来存放项目特定的属性121 现金代币(代金券)
    public uint ExAttr16;    //预留的扩展属性字段,用来存放项目特定的属性    全身特效
    public uint ExAttr17;   //账号状态 按位 4 封号 5禁言 6禁设备
    public uint ServerGroupId;    //服务器组ID
    public uint hangTime;//现为脱机挂剩余时间 23
    public uint faction; //阵营 107
@@ -204,6 +205,7 @@
        ExAttr11 = _serverInfo.ExAttr11;
        leaveGuildInfo = (int)_serverInfo.ExAttr12;
        ExAttr16 = _serverInfo.ExAttr16;
        ExAttr17 = _serverInfo.ExAttr17;
        ServerGroupId = _serverInfo.ExAttr13;
        faction = _serverInfo.Faction;
        coinPointTotal = _serverInfo.ChangeCoinPointTotal;