diff --git a/game.proto b/game.proto index 6d38ad3..4967523 100644 --- a/game.proto +++ b/game.proto @@ -36,7 +36,7 @@ message ChangeTeamReq { //ResponseCmd HeroEquipReferReq message HeroEquipReferReq { - repeated string equipIds = 1; + repeated string equipIds = 1; //[id=pos, id2=pos2] string hero_id = 2; bool refer = 3; //true 穿戴, false 脱下 } diff --git a/models.proto b/models.proto index 992a058..363c113 100644 --- a/models.proto +++ b/models.proto @@ -28,6 +28,7 @@ message Equipment { int32 enhance_level = 4; string hero_id = 5; int32 quality = 6; + int32 pos = 7; } message Prop { -- libgit2 0.21.2