Commit 0b7b091794c55bc571bb376edb47a1255a08698a
1 parent
c30540cc
fix: update
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
models.proto
... | ... | @@ -25,9 +25,9 @@ message Equipment { |
25 | 25 | string id = 1; // @inject_tag: index:"unique" pri:"1" |
26 | 26 | string role_id = 2; |
27 | 27 | int32 tb_id = 3; |
28 | - int32 enhance_level = 5; | |
29 | - string hero_id = 6; | |
30 | - int32 quality = 7; | |
28 | + int32 enhance_level = 4; | |
29 | + string hero_id = 5; | |
30 | + int32 quality = 6; | |
31 | 31 | } |
32 | 32 | |
33 | 33 | message Prop { | ... | ... |