diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d0dbeb3..1bfba55 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -83,8 +83,8 @@ import "CommonProto.proto"; repeated PurpleMansionSeal sealList = 42;//神印列表 optional int32 randomCount = 43;//抽卡剩余必出 repeated randomTypeNum drawTimes = 44;//类型抽卡总次数 - repeated SixiangxinfaInfo sixiangInfos = 45;//四象心法数据 - repeated HelpFightList helpFightList = 46;//已选取的助战信息 + repeated HelpFightList helpFightList = 45;//已选取的助战信息 + repeated SixiangxinfaInfo sixiangInfos = 46;//四象心法数据 }