diff --git a/FreeSR.Gateserver/Manager/Handlers/LineupReqGroup.cs b/FreeSR.Gateserver/Manager/Handlers/LineupReqGroup.cs index e26b73c..bd36f62 100644 --- a/FreeSR.Gateserver/Manager/Handlers/LineupReqGroup.cs +++ b/FreeSR.Gateserver/Manager/Handlers/LineupReqGroup.cs @@ -19,7 +19,8 @@ ExtraLineupType = ExtraLineupType.LineupNone, Name = "Squad 1", LeaderSlot = 0, - Mp = 5 + Mp = 5, + MaxMp = 5 }; var characters = new uint[] { 8001, 1307, 1306, 1312 }; @@ -54,6 +55,7 @@ ExtraLineupType = ExtraLineupType.LineupNone, Name = "Squad 1", Mp = 5, + MaxMp = 5, LeaderSlot = 0 }); diff --git a/FreeSR.Proto/StarRail.cs b/FreeSR.Proto/StarRail.cs index 283efc0..7b44233 100644 --- a/FreeSR.Proto/StarRail.cs +++ b/FreeSR.Proto/StarRail.cs @@ -12026,8 +12026,8 @@ namespace FreeSR.Proto global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); - [global::ProtoBuf.ProtoMember(7, Name = @"dressed_skin_id")] - public uint DressedSkinId { get; set; } + [global::ProtoBuf.ProtoMember(7, Name = @"mp")] + public uint Mp { get; set; } [global::ProtoBuf.ProtoMember(11, Name = @"idkis_virtual")] public bool IdkisVirtual { get; set; } @@ -12051,12 +12051,12 @@ namespace FreeSR.Proto [global::ProtoBuf.ProtoMember(15, Name = @"avatar_list")] public global::System.Collections.Generic.List AvatarLists { get; } = new global::System.Collections.Generic.List(); - [global::ProtoBuf.ProtoMember(8, Name = @"mp")] - public uint Mp { get; set; } - - [global::ProtoBuf.ProtoMember(13, Name = @"max_mp")] + [global::ProtoBuf.ProtoMember(8, Name = @"max_mp")] public uint MaxMp { get; set; } + [global::ProtoBuf.ProtoMember(13, Name = @"dressed_skin_id")] + public uint DressedSkinId { get; set; } + [global::ProtoBuf.ProtoMember(12, Name = @"index")] public uint Index { get; set; }