Commit 87d02f45a687b3c434c9ef2c75efb7a9994fd09c

Authored by saicom
1 parent c02d28b4

fix:天赋树添加等级

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