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;//已经获得过的魂印 }