Commit aefb2e938f8b15611c8c98ebb366ec82bcce930b
1 parent
76d7cf4c
fix: EndBattle & mopping add field hero_exp
Showing
1 changed file
with
10 additions
and
10 deletions
Show diff stats
role.proto
| ... | ... | @@ -87,14 +87,15 @@ message RoleEndBattleRsp { |
| 87 | 87 | int32 role_level = 1; |
| 88 | 88 | int32 role_exp = 2; |
| 89 | 89 | int32 role_expamount = 3; |
| 90 | - map<int32,int32> reward = 4; | |
| 91 | - bool pass = 5; | |
| 92 | - repeated models.Hero hero = 6; | |
| 93 | - int32 chapter_id = 7; | |
| 94 | - int32 carbon_id = 8; | |
| 95 | - map<int32,int32> drop_reward = 9; | |
| 96 | - int32 sp = 10; | |
| 97 | - map<int32,int32> first_reward = 11; | |
| 90 | + int32 hero_expamount = 4; | |
| 91 | + map<int32,int32> reward = 5; | |
| 92 | + bool pass = 6; | |
| 93 | + repeated models.Hero hero = 7; | |
| 94 | + int32 chapter_id = 8; | |
| 95 | + int32 carbon_id = 9; | |
| 96 | + map<int32,int32> drop_reward = 10; | |
| 97 | + int32 sp = 11; | |
| 98 | + map<int32,int32> first_reward = 12; | |
| 98 | 99 | } |
| 99 | 100 | |
| 100 | 101 | message RoleGuideRar { |
| ... | ... | @@ -213,8 +214,7 @@ message RoleMoppingUpRsp { |
| 213 | 214 | repeated string drop_reward = 2; |
| 214 | 215 | map<int32,int32> first_reward = 3; |
| 215 | 216 | repeated models.Hero hero = 4; |
| 216 | - int32 role_level = 5; | |
| 217 | - int32 role_exp = 6; | |
| 217 | + int32 hero_exp = 5; | |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | message ActivateTalentTreeNodeReq { | ... | ... |