diff options
author | megamage <none@none> | 2009-08-21 16:53:56 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-21 16:53:56 -0500 |
commit | d20f85d40d53262687b6a60cabc8119bbdccac18 (patch) | |
tree | 5e3e94b24da776edfd34a24728fcdeaeb59b604b /src | |
parent | d86ab7e0c993047b88e4083e1155c4ad60b975be (diff) |
*Remove an obsolete spell of Illidan.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/outland/black_temple/boss_illidan.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/outland/black_temple/boss_illidan.cpp b/src/bindings/scripts/scripts/outland/black_temple/boss_illidan.cpp index 2baa0abbe81..d6825d0c42e 100644 --- a/src/bindings/scripts/scripts/outland/black_temple/boss_illidan.cpp +++ b/src/bindings/scripts/scripts/outland/black_temple/boss_illidan.cpp @@ -769,7 +769,8 @@ struct TRINITY_DLL_DECL boss_illidan_stormrageAI : public ScriptedAI break; case EVENT_SHEAR: - DoCast(m_creature->getVictim(), SPELL_SHEAR); + // no longer exists in 3.0.2 + //DoCast(m_creature->getVictim(), SPELL_SHEAR); Timer[EVENT_SHEAR] = 25000 + (rand()%16 * 1000); break; |