Commit 375f6f966a5a55e09517307f3bc69a8a75d3abe8
Merge remote-tracking branch 'origin/master'
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 | int32 lucky_seek = 33; // lucky black cat seek | ... | ... |