Commit c30540cc775e982a1b9f9ddb3693036a507ba4d0

Authored by zhangqijia
1 parent a06dd378

fix: update

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
models.proto
... ... @@ -25,7 +25,6 @@ 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 typ = 4;
29 28 int32 enhance_level = 5;
30 29 string hero_id = 6;
31 30 int32 quality = 7;
... ...