mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Scripts/SCC): Clear Leotheras' Whirlwind aura on demon phase (#17721)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user