mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Remove an obsolete spell of Illidan.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user