Commit 6326f7a006938832ee688fc6cf4d1b31933a480c
1 parent
a51f032a
fix: update RoleMoppingUpRsp
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
role.proto
@@ -212,6 +212,9 @@ message RoleMoppingUpRsp { | @@ -212,6 +212,9 @@ message RoleMoppingUpRsp { | ||
212 | repeated string reward = 1; | 212 | repeated string reward = 1; |
213 | repeated string drop_reward = 2; | 213 | repeated string drop_reward = 2; |
214 | map<int32,int32> first_reward = 3; | 214 | map<int32,int32> first_reward = 3; |
215 | + repeated models.Hero hero = 4; | ||
216 | + int32 role_level = 5; | ||
217 | + int32 role_exp = 6; | ||
215 | } | 218 | } |
216 | 219 | ||
217 | 220 |