mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Bot should be more consistent at doing quest +several fixes
This commit is contained in:
@@ -101,10 +101,8 @@ void CleanQuestLogAction::DropQuestType(uint8& numQuest, uint8 wantNum, bool isG
|
||||
if (!quest)
|
||||
continue;
|
||||
|
||||
if (quest->GetRequiredClasses() && (quest->GetRewSpellCast() || quest->GetRewSpell())) //Do not drop class specific quests that learn spells.
|
||||
continue;
|
||||
|
||||
if (quest->GetRequiredClasses() && (quest->GetRewSpellCast() || quest->GetRewSpell())) // Do not drop class specific quests that learn spells.
|
||||
// Do not drop class quest, may be not rewarding gold but important spells
|
||||
if (quest->GetRequiredClasses())
|
||||
continue;
|
||||
|
||||
if (wantNum == 100)
|
||||
|
||||
Reference in New Issue
Block a user