Commit 785fb34a291593c5be6830660f1d227d66d4d615
1 parent
d2ddf9ae
feat: 增加等级-体力最大值映射关系表
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models.proto
@@ -110,7 +110,6 @@ message Role { | @@ -110,7 +110,6 @@ message Role { | ||
110 | int32 diamond = 7; | 110 | int32 diamond = 7; |
111 | 111 | ||
112 | int32 sp = 8; | 112 | int32 sp = 8; |
113 | - int32 sp_max = 9; | ||
114 | bool del = 10; | 113 | bool del = 10; |
115 | int64 sp_lastupdate = 11; | 114 | int64 sp_lastupdate = 11; |
116 | map<string,uint32> incres = 12; | 115 | map<string,uint32> incres = 12; |