From 2a86a291418b67b3a2fe29764732701ed0732701 Mon Sep 17 00:00:00 2001 From: whb <15647141185@163.com> Date: Fri, 19 Mar 2021 16:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BE=81=E7=BB=8A=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 35a1117..40c8723 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -146,9 +146,8 @@ import "CommonProto.proto"; } message GetAllPropertyInfoResponse{ - repeated int32 heroBook = 1;//英雄 - repeated int32 equipBook = 2;//魂印 - repeated int32 pokemonBookEnabled = 3;//已经激活的羁绊 + repeated int32 allBook = 1;//已经激活的羁绊 + repeated int32 equipGot = 4;//已经获得过的魂印 }