Fix uses of restrictHealerDPS and randomBotCombatStrategies. (#1570)

This commit is contained in:
Spargel
2025-09-01 12:05:07 -05:00
committed by GitHub
parent 179c34e3a9
commit c218dbe653
4 changed files with 11 additions and 5 deletions

View File

@@ -722,7 +722,8 @@ void PlayerbotAI::HandleTeleportAck()
// SetNextCheckDelay(urand(2000, 5000));
if (sPlayerbotAIConfig->applyInstanceStrategies)
ApplyInstanceStrategies(bot->GetMapId(), true);
EvaluateHealerDpsStrategy();
if (sPlayerbotAIConfig->restrictHealerDPS)
EvaluateHealerDpsStrategy();
Reset(true);
}