Commit c4c4c39c03f31e39b3fe326a761e2d6577aa00d3
1 parent
928fa1b8
添加limit
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
models.proto
@@ -66,4 +66,6 @@ message Role { | @@ -66,4 +66,6 @@ message Role { | ||
66 | uint32 clotheslimit = 16; | 66 | uint32 clotheslimit = 16; |
67 | uint32 weaponslimit = 17; | 67 | uint32 weaponslimit = 17; |
68 | uint32 otherlimit = 18; | 68 | uint32 otherlimit = 18; |
69 | + uint32 jewelrylimit = 19; | ||
70 | + uint32 materiallimit = 20; | ||
69 | } | 71 | } |