fix(Scripts/SCC): Clear Leotheras' Whirlwind aura on demon phase (#17721)

This commit is contained in:
Andrew
2023-11-15 20:56:23 -03:00
committed by GitHub
parent d325332090
commit 01c21539f9

View File

@@ -169,6 +169,7 @@ struct boss_leotheras_the_blind : public BossAI
void DemonTime()
{
DoResetThreatList();
me->RemoveAurasDueToSpell(SPELL_WHIRLWIND);
me->InterruptNonMeleeSpells(false);
me->LoadEquipment(0, true);
me->GetMotionMaster()->MoveChase(me->GetVictim(), 25.0f);