Commit bc5e2ff4caa843a359cab56b3517a12d741b7b17

Authored by ZhaoLu-Hoshea\Administrator
1 parent c98fddc2

修复编译错误

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models.proto
... ... @@ -135,7 +135,7 @@ message Role {
135 135 int64 ctime = 28; // 创建时间
136 136 string channel = 29;
137 137 map<string,string> climb_rs = 30; // reward and start
138   - repeated string new_heroes= 31;
  138 + repeated string new_heroes = 31;
139 139  
140 140 map<int32,bool> talent_tree = 32;
141 141 }
... ...