From 785fb34a291593c5be6830660f1d227d66d4d615 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Sun, 29 Jan 2023 16:30:28 +0800 Subject: [PATCH] feat: 增加等级-体力最大值映射关系表 --- models.proto | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 4cfe5a7..ea1a567 100644 --- a/models.proto +++ b/models.proto @@ -110,7 +110,6 @@ message Role { int32 diamond = 7; int32 sp = 8; - int32 sp_max = 9; bool del = 10; int64 sp_lastupdate = 11; map incres = 12; -- libgit2 0.21.2