Commit f0603fc202e2bfb40cd31486522343421f9f2560
1 parent
1d8a4540
fix: 扫荡协议删除首通奖励
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
role.proto
| ... | ... | @@ -211,9 +211,8 @@ message RoleMoppingUpReq { |
| 211 | 211 | message RoleMoppingUpRsp { |
| 212 | 212 | repeated string reward = 1; |
| 213 | 213 | repeated string drop_reward = 2; |
| 214 | - map<int32,int32> first_reward = 3; | |
| 215 | - repeated models.Hero hero = 4; | |
| 216 | - int32 hero_exp = 5; | |
| 214 | + repeated models.Hero hero = 3; | |
| 215 | + int32 hero_exp = 4; | |
| 217 | 216 | } |
| 218 | 217 | |
| 219 | 218 | message ActivateTalentTreeNodeReq { | ... | ... |