*Replace XT-002 anti-exploit spell with something more appropriate

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-26 02:56:21 -07:00
parent 6944bc713a
commit 044a707f7b

View File

@@ -61,7 +61,7 @@ struct TRINITY_DLL_DECL boss_xt002_AI : public ScriptedAI
if(m_creature->GetPositionX() < 700) // Not Blizzlike, anti-exploit to prevent players from pulling bosses to vehicles.
{
m_creature->SetHealth(m_creature->GetMaxHealth());
DoCast(m_creature,SPELL_SEARING_LIGHT);
DoCast(m_creature,SPELL_SONIC_BOOM);
}
if (SEARING_LIGHT_Timer < diff)