Commit 1a7c1c0e97d865573f28e52880a445fe072075cb
1 parent
d02727e9
fix: task
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
| @@ -150,7 +150,7 @@ message Task { | @@ -150,7 +150,7 @@ message Task { | ||
| 150 | map<int32,int32> week_task = 4; | 150 | map<int32,int32> week_task = 4; |
| 151 | 151 | ||
| 152 | map<int32,string> specify_task = 6; | 152 | map<int32,string> specify_task = 6; |
| 153 | - map<int32,string> achievement_task = 7; | 153 | + map<int32,int32> achievement_task = 7; |
| 154 | } | 154 | } |
| 155 | 155 | ||
| 156 | message Dispatch { | 156 | message Dispatch { |