diff options
author | _manuel_ <none@none> | 2009-12-31 02:13:30 -0300 |
---|---|---|
committer | _manuel_ <none@none> | 2009-12-31 02:13:30 -0300 |
commit | c06e2401a9607f8fa053ea58cb38a61d7b117fc7 (patch) | |
tree | ddcaf3787aa6a59e0f64a98a3a054369b14fcc6f /src | |
parent | 9676a05e03dd88de924d04e7135eebda9e7b998c (diff) |
Duskwood: Corrected wrong spell. Author: kb_z
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/duskwood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/duskwood.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/duskwood.cpp index 7f620c755fb..2bc02af75db 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/duskwood.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/duskwood.cpp @@ -99,7 +99,7 @@ struct TRINITY_DLL_DECL boss_twilight_corrupterAI : public ScriptedAI } else SoulCorruption_Timer-=diff; if (CreatureOfNightmare_Timer <= diff) { - DoCast(m_creature->getVictim(), SPELL_SOUL_CORRUPTION); + DoCast(m_creature->getVictim(), SPELL_CREATURE_OF_NIGHTMARE); CreatureOfNightmare_Timer = 45000; //gotta confirm Timers } else CreatureOfNightmare_Timer-=diff; DoMeleeAttackIfReady(); |