From dfd0575111ae6baf93a80f3e3233ca523ce3602f Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 10 Aug 2013 16:49:38 +0200 Subject: Scripted: Fix typo in ba6e62fd6ec00dcd03ae1fa5332a8499ec139ca0 (thx to Shauren) --- .../scripts/EasternKingdoms/BaradinHold/boss_pit_lord_argaloth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/BaradinHold/boss_pit_lord_argaloth.cpp b/src/server/scripts/EasternKingdoms/BaradinHold/boss_pit_lord_argaloth.cpp index 743d7715bf1..5d5d2f548d9 100644 --- a/src/server/scripts/EasternKingdoms/BaradinHold/boss_pit_lord_argaloth.cpp +++ b/src/server/scripts/EasternKingdoms/BaradinHold/boss_pit_lord_argaloth.cpp @@ -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; -- cgit v1.2.3