Commit 0067b132ab78fea2371c418b4379583e3dc42ac4

Authored by zhangqijia
1 parent a0a4d31c

fix: 批量穿戴裝備

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -36,7 +36,7 @@ message ChangeTeamReq {
36 36  
37 37 //ResponseCmd HeroEquipReferReq
38 38 message HeroEquipReferReq {
39   - string equipId = 1;
  39 + repeated string equipIds = 1;
40 40 string hero_id = 2;
41 41 bool refer = 3; //true 穿戴, false 脱下
42 42 }
... ...