Commit 6035d1244262123236ffdc81360dda641cf3c3d7
1 parent
87d02f45
修复proto报错
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
@@ -143,7 +143,7 @@ message Role { | @@ -143,7 +143,7 @@ message Role { | ||
143 | map<string,string> climb_rs = 30; // reward and start | 143 | map<string,string> climb_rs = 30; // reward and start |
144 | repeated string new_heroes = 31; | 144 | repeated string new_heroes = 31; |
145 | 145 | ||
146 | - map<int32, uint32> talent_tree = 32; | 146 | + map<int32,uint32> talent_tree = 32; |
147 | int32 lucky_seek = 33; // lucky black cat seek | 147 | int32 lucky_seek = 33; // lucky black cat seek |
148 | bool del = 34; | 148 | bool del = 34; |
149 | int32 copies_num = 35; | 149 | int32 copies_num = 35; |