diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/naxxramas/boss_gothik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/naxxramas/boss_gothik.cpp b/src/bindings/scripts/scripts/northrend/naxxramas/boss_gothik.cpp index 5828bf0a345..58eced214bc 100644 --- a/src/bindings/scripts/scripts/northrend/naxxramas/boss_gothik.cpp +++ b/src/bindings/scripts/scripts/northrend/naxxramas/boss_gothik.cpp @@ -375,8 +375,8 @@ struct TRINITY_DLL_DECL boss_gothikAI : public BossAI } } - ++waveCount; events.ScheduleEvent(EVENT_SUMMON, waves[waveCount].time); + ++waveCount; } else { |