fix(Scripts/SCC): Clear Leotheras' Whirlwind aura on demon phase (#17721)
This commit is contained in:
parent
d325332090
commit
01c21539f9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue