Commit 5d8ceb935c507c156659ff21bb7efc661c2a0d8c
1 parent
acd0c69e
fix: update csv
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
models.proto
... | ... | @@ -20,12 +20,10 @@ message Hero { |
20 | 20 | string role_id = 2; |
21 | 21 | int32 type = 3; |
22 | 22 | int32 level = 4; |
23 | - int32 rein_count = 5; | |
24 | - int32 rein_point = 6; | |
25 | - int32 exp = 7; | |
26 | - map<int32,int32> skills = 8; | |
27 | - map<string,int32> equipments = 9; | |
28 | - int32 advance = 10; | |
23 | + int32 exp = 5; | |
24 | + map<int32,int32> skills = 6; | |
25 | + map<string,int32> equipments = 7; | |
26 | + int32 advance = 8; | |
29 | 27 | } |
30 | 28 | |
31 | 29 | message Equipment { | ... | ... |