From 7b9129981edcd118da8a570a6b78a282014ffb09 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 14 May 2021 17:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E4=BF=A1=E6=81=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=A5=9E=E5=8D=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 55fd10b..df1a207 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -105,7 +105,9 @@ option optimize_for = SPEED; repeated string jewels = 14;//宝器 optional int32 createtype = 15;//创建类型 1猎妖援助 optional int32 changeId = 16;//置换模板id 默认0 + repeated int32 sealIdList = 17;//紫府神印id列表 } + message PokemonInfo{ optional int32 tempId = 1; //异妖id optional string id = 2;