Skip to content

Commit

Permalink
Edited src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviatha…
Browse files Browse the repository at this point in the history
…n.cpp via GitHub
  • Loading branch information
Machiavelli committed Sep 18, 2011
1 parent 35228bd commit a4ea803
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -426,7 +426,7 @@ class boss_flame_leviathan : public CreatureScript
break;
case EVENT_VENT:
DoCastAOE(SPELL_FLAME_VENTS);
events.ScheduleEvent(EVENT_VENT, 20*IN_MILLISECONDS)
events.ScheduleEvent(EVENT_VENT, 20*IN_MILLISECONDS);
break;
case EVENT_SPEED:
DoCastAOE(SPELL_GATHERING_SPEED);
Expand Down

0 comments on commit a4ea803

Please sign in to comment.