From c4c4c39c03f31e39b3fe326a761e2d6577aa00d3 Mon Sep 17 00:00:00 2001 From: yangjiyve <1711972070@qq.com> Date: Mon, 9 May 2022 11:33:57 +0800 Subject: [PATCH] 添加limit --- models.proto | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/models.proto b/models.proto index 659bdbe..60a53f8 100644 --- a/models.proto +++ b/models.proto @@ -66,4 +66,6 @@ message Role { uint32 clotheslimit = 16; uint32 weaponslimit = 17; uint32 otherlimit = 18; + uint32 jewelrylimit = 19; + uint32 materiallimit = 20; } -- libgit2 0.21.2