Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script

This commit is contained in:
ccrs
2021-08-20 20:37:57 +02:00
parent 33b72ae1cc
commit 31ea74b96e

View File

@@ -1199,7 +1199,7 @@ struct npc_frostwing_ymirjar_vrykul : public ScriptedAI
{
case NPC_YMIRJAR_FROSTBINDER:
me->RemoveAurasDueToSpell(SPELL_ARCTIC_CHILL);
[[fallthrough]];
break;
case NPC_YMIRJAR_DEATHBRINGER:
_OOCevents.ScheduleEvent(EVENT_YMIRJAR_SPIRIT_STREAM, 10s, 20s);
break;