Skip to content

Commit

Permalink
Merge pull request #106 from Erol444/hotfix-23-04-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaghost authored Apr 23, 2022
2 parents a7b9c34 + 0df377b commit e0d5590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TbsCore/Tasks/LowLevel/ClaimBeginnerTask2021.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public override async Task<TaskRes> Execute(Account acc)
await ClaimRewards(acc);
}

acc.Tasks.Add(new HeroUpdateInfo() { ExecuteAt = DateTime.Now }, true);
acc.Tasks.Add(new HeroUpdateInfo() { ExecuteAt = DateTime.Now });

return TaskRes.Executed;
}
Expand Down

0 comments on commit e0d5590

Please sign in to comment.