From 6f599ad80165d3d9e0a7679e3be3972f4a5dface Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 13 Jul 2022 12:20:55 +0800 Subject: [PATCH] fix: update --- models.proto | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/models.proto b/models.proto index 9073e29..87fcfdb 100644 --- a/models.proto +++ b/models.proto @@ -95,22 +95,22 @@ message Role { int64 hp = 7; int64 hp_max = 8; - string buy_r = 11; - string pay_r = 12; - bool del = 13; - map incres = 14; - - string items = 15;//物品 "id=count id2=count2" - uint32 clotheslimit = 16; - uint32 weaponslimit = 17; - uint32 otherlimit = 18; - uint32 jewelrylimit = 19; - uint32 materiallimit = 20; - - map passchapters = 21; // 通关记录 - map time_reset = 22; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth - - map dailytask = 23; - map weektask = 24; - map monthtask = 25; + string buy_r = 9; + string pay_r = 10; + bool del = 11; + map incres = 12; + + string items = 13;//物品 "id=count id2=count2" + uint32 clotheslimit = 14; + uint32 weaponslimit = 15; + uint32 otherlimit = 16; + uint32 jewelrylimit = 17; + uint32 materiallimit = 18; + + map passchapters = 19; // 通关记录 + map time_reset = 20; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth + + map daily_task = 21; + map week_task = 22; + map month_task = 23; } \ No newline at end of file -- libgit2 0.21.2