Scripts/BWD: Maloriak's Arcane Storm can now also be interrupted while channeling

This commit is contained in:
Ovahlord
2020-04-04 20:43:05 +02:00
parent a2b5c10446
commit 086c3dc7f4

View File

@@ -324,8 +324,11 @@ struct boss_maloriak : public BossAI
switch (spell->Id)
{
case SPELL_ARCANE_STORM:
me->MakeInterruptable(false);
me->m_Events.KillAllEvents(true);
if (reason == SPELL_FINISHED_FINISHED || reason == SPELL_FINISHED_CANCELED)
{
me->MakeInterruptable(false);
me->m_Events.KillAllEvents(true);
}
break;
case SPELL_RELEASE_ABERRATIONS:
me->MakeInterruptable(false);