Commit 41103675d66b46bb9bff4755bbd0ba9d201529d0

Authored by zhangqijia
1 parent 0067b132

fix: 裝備位置修改

Showing 2 changed files with 2 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   - repeated string equipIds = 1;
  39 + repeated string equipIds = 1; //[id=pos, id2=pos2]
40 40 string hero_id = 2;
41 41 bool refer = 3; //true 穿戴, false 脱下
42 42 }
... ...
models.proto
... ... @@ -28,6 +28,7 @@ message Equipment {
28 28 int32 enhance_level = 4;
29 29 string hero_id = 5;
30 30 int32 quality = 6;
  31 + int32 pos = 7;
31 32 }
32 33  
33 34 message Prop {
... ...