diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 9326374..f47dc11 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -73,6 +73,7 @@ option optimize_for = SPEED; optional int32 rebuildLevel = 4; //精炼 optional int32 fourSpirit = 5;//四灵试炼层数 repeated Equip bless = 6;//庇佑 + optional string heroId = 7;//英雄id } message SoulPos{ @@ -1001,7 +1002,7 @@ option optimize_for = SPEED; message ViewHeroInfo{ optional Hero hero =1; - repeated Equip equip =2; // 英雄所穿装备、魂印(法宝不在内,放在Hero中) + repeated Equip equip =2; // 英雄所穿装备、魂印 repeated SpecialEffects SpecialEffects = 3;//属性信息 optional int32 force = 4 ; //战力 }