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