diff options
| author | Trazom62 <none@none> | 2010-01-28 19:30:15 +0100 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-01-28 19:30:15 +0100 |
| commit | 4d0960e6306a103222caa6b219776ea96fc3f96c (patch) | |
| tree | df0cc7095961e3c3b69856fe0c81674c1f647960 /src/scripts | |
| parent | cb05b018542188b207ae4876e630f6fc1875145f (diff) | |
Fix Script Naxxramas/Kel'Thuzad. Thank PrinceCreed, Scazzato88 and Gyullo.
Fixes issue #486.
Fixes issue #511.
- fix kel'thuzad not casting when entering phase 2.
- fix crash when casting Detonate Mana.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts')
| -rw-r--r-- | src/scripts/northrend/naxxramas/boss_kelthuzad.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp b/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp index e5f235e1b17..c7199661acb 100644 --- a/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp +++ b/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp @@ -206,6 +206,7 @@ struct TRINITY_DLL_DECL boss_kelthuzadAI : public BossAI events.Reset(); me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); me->SetReactState(REACT_AGGRESSIVE); + me->InterruptNonMeleeSpells(false); events.ScheduleEvent(EVENT_BOLT, urand(5000,10000)); events.ScheduleEvent(EVENT_NOVA, 15000); events.ScheduleEvent(EVENT_DETONATE, urand(30000,40000)); |
