Commit 015742626c9deaa014003202fa6981a3fa9f9df9
1 parent
5014bae9
fix: hero.exp int64 to int32
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
@@ -18,7 +18,7 @@ message Hero { | @@ -18,7 +18,7 @@ message Hero { | ||
18 | int32 rein_count = 5; | 18 | int32 rein_count = 5; |
19 | int32 rein_point = 6; | 19 | int32 rein_point = 6; |
20 | string equipments = 7; //"id=type id1=type1" | 20 | string equipments = 7; //"id=type id1=type1" |
21 | - int64 exp = 8; | 21 | + int32 exp = 8; |
22 | } | 22 | } |
23 | 23 | ||
24 | message Equipment { | 24 | message Equipment { |