mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Scripted: Fix typo in ba6e62fd6e (thx to Shauren)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user