mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
*Replace XT-002 anti-exploit spell with something more appropriate
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user