diff --git a/models.proto b/models.proto index 1be877c..cdb3597 100644 --- a/models.proto +++ b/models.proto @@ -110,8 +110,7 @@ message Role { map passchapters = 21; // 通关记录 map time_reset = 22; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth - uint32 activity = 23; - map daily_task = 24; - map week_task = 25; - map month_task = 26; + map daily_task = 23; + map week_task = 24; + map month_task = 25; } \ No newline at end of file -- libgit2 0.21.2