Commit 3af576f6ad50590970c239878274e656cdbbc8b4
1 parent
5ec8cc65
fix: update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
game.proto
... | ... | @@ -76,8 +76,8 @@ message RoleEndBattleReq { |
76 | 76 | message RoleEndBattleRsp { |
77 | 77 | int32 role_level = 1; |
78 | 78 | int32 role_exp = 2; |
79 | - models.Hero hero = 3; | |
80 | - string reward = 4; | |
79 | + string reward = 3; | |
80 | + repeated models.Hero hero = 4; | |
81 | 81 | } |
82 | 82 | |
83 | 83 | //ResponseCmd EquipmentDelReq | ... | ... |