From 91f70c1e895a321fe14ccda6dea0316c4dbe0678 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 6 Jun 2022 14:23:43 +0800 Subject: [PATCH] fix: 首次通关记录到数据库 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 1f6b8dd..d340122 100644 --- a/models.proto +++ b/models.proto @@ -71,5 +71,5 @@ message Role { uint32 jewelrylimit = 19; uint32 materiallimit = 20; - map pass_chapters = 21; // 通关记录 + map passchapters = 21; // 通关记录 } -- libgit2 0.21.2