Misc: explicitly mark fallthrough in switch statement as to avoid confusion.

This commit is contained in:
Wyrserth
2019-07-05 17:09:46 +02:00
parent 7fc1ecca8a
commit 30ba9c97fe

View File

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