Commit 41103675d66b46bb9bff4755bbd0ba9d201529d0
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 | } | ... | ... |