fix(Scripts/SCC): Clear Leotheras' Whirlwind aura on demon phase (#17721)
This commit is contained in:
+1
@@ -169,6 +169,7 @@ struct boss_leotheras_the_blind : public BossAI
|
|||||||
void DemonTime()
|
void DemonTime()
|
||||||
{
|
{
|
||||||
DoResetThreatList();
|
DoResetThreatList();
|
||||||
|
me->RemoveAurasDueToSpell(SPELL_WHIRLWIND);
|
||||||
me->InterruptNonMeleeSpells(false);
|
me->InterruptNonMeleeSpells(false);
|
||||||
me->LoadEquipment(0, true);
|
me->LoadEquipment(0, true);
|
||||||
me->GetMotionMaster()->MoveChase(me->GetVictim(), 25.0f);
|
me->GetMotionMaster()->MoveChase(me->GetVictim(), 25.0f);
|
||||||
|
|||||||
Reference in New Issue
Block a user