From 044a707f7bf40590888e455b153f0e8a50ad9d60 Mon Sep 17 00:00:00 2001 From: maximius Date: Wed, 26 Aug 2009 02:56:21 -0700 Subject: *Replace XT-002 anti-exploit spell with something more appropriate --HG-- branch : trunk --- src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_xt002.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_xt002.cpp b/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_xt002.cpp index 3102aa6adb0..afeaf6b77fc 100644 --- a/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_xt002.cpp +++ b/src/bindings/scripts/scripts/northrend/ulduar/ulduar/boss_xt002.cpp @@ -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) -- cgit v1.2.3