From bc5e2ff4caa843a359cab56b3517a12d741b7b17 Mon Sep 17 00:00:00 2001 From: ZhaoLu-Hoshea\Administrator <470780285@qq.com> Date: Mon, 22 May 2023 16:49:51 +0800 Subject: [PATCH] 修复编译错误 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 27ceb38..2489525 100644 --- a/models.proto +++ b/models.proto @@ -135,7 +135,7 @@ message Role { int64 ctime = 28; // 创建时间 string channel = 29; map climb_rs = 30; // reward and start - repeated string new_heroes= 31; + repeated string new_heroes = 31; map talent_tree = 32; } -- libgit2 0.21.2