diff options
| author | Trazom62 <none@none> | 2010-01-18 18:48:05 +0100 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-01-18 18:48:05 +0100 |
| commit | faf845b6f2234690d5b20f54443f1a47c31cf503 (patch) | |
| tree | 8285b331b2021ed6443a156d6ff0ebad83bae414 /src | |
| parent | 844c09fc6153f99247318d521e68a47ba4d7d094 (diff) | |
Fix Script Naxxramas/Gothik
- fix spell of adds
- fix wave schedule to use correct entry
--HG--
branch : trunk
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 { |
