From d771e0daafc573cae65347eb21b65eee5039776c Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 7 Apr 2020 14:55:44 +0800 Subject: [PATCH] soul --- protos/HeroInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 140ef78..932a329 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -84,14 +84,13 @@ import "CommonProto.proto"; } message SoulEquipPos{ - optional string equipId =1 ; //装备id + optional int32 equipId =1 ; //装备id optional int32 position= 2; //卡槽位置 } message SoulEquipWearRequest{ optional string heroId =1 ; //所穿英雄id repeated SoulEquipPos soulEquipIds =2 ; //装备id - optional int32 type= 3; //1 一键装备 } message SoulEquipUnLoadWearRequest{ optional string heroId =1 ; //所穿英雄id