*Remove an obsolete spell of Illidan.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-21 16:53:56 -05:00
parent d86ab7e0c9
commit d20f85d40d

View File

@@ -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;