From 01c21539f903bbfc6cacdbdf9b5d11d0167040c6 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:56:23 -0300 Subject: [PATCH] fix(Scripts/SCC): Clear Leotheras' Whirlwind aura on demon phase (#17721) --- .../CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp index 629d5dcc6..26332f534 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp @@ -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);