From b531ccdf4f637d3c378843f1e5dd0a3bac6fe453 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Fri, 10 Sep 2021 09:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=9B=E8=B1=A1=E5=BF=83=E6=B3=95?= =?UTF-8?q?=E3=80=91=E5=8D=8F=E8=AE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;//四象心法数据 }