Skip to content

Commit

Permalink
Update CoreBots.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 9, 2024
1 parent 9bd16c2 commit feb858f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CoreBots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2232,9 +2232,8 @@ public int EnsureCompleteMulti(int questID, int amount = -1, int itemID = -1)
Logger($"Quest {questID} not loaded after 5 attempts.");
return 0;
}
if (!Bot.Lite.ReacceptQuest || quest != null && !Bot.Quests.Active.Contains(quest))
else
EnsureAccept(questID);
else Bot.Wait.ForTrue(() => Bot.Quests.IsInProgress(questID), 20);

int turnIns;

Expand Down

0 comments on commit feb858f

Please sign in to comment.