Scripted: Fix typo in ba6e62fd6e (thx to Shauren)

This commit is contained in:
Vincent-Michael
2013-08-10 16:49:38 +02:00
parent ba6e62fd6e
commit dfd0575111

View File

@@ -102,8 +102,8 @@ class boss_pit_lord_argaloth : public CreatureScript
DoCastAOE(SPELL_CONSUMING_DARKNESS, true);
events.ScheduleEvent(EVENT_CONSUMING_DARKNESS, urand(20 * IN_MILLISECONDS, 25 * IN_MILLISECONDS));
break;
case SPELL_BERSEKER:
DoCast(me, EVENT_BERSEKER, true);
case EVENT_BERSEKER:
DoCast(me, SPELL_BERSEKER, true);
break;
default:
break;