From 680798a11d48e9da51bf4a7eb31503bb450a502f Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Fri, 10 Jun 2011 18:24:16 +0200 Subject: Scripts/Ulduar/XT-002: - Implement achievement Nerf Engineering - Implement achievement Nerf Gravity Bombs - Implement achievement Heartbreaker - Boombot's shouldn't melee - Call BossAI::Reset in XT002::Reset, fixes some timer issues --- sql/scripts/world_scripts_full.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sql/scripts') diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index bcb6f02dc02..84776a121b2 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -2210,8 +2210,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 62274, 'spell_shield_of_runes'), ( 63018, 'spell_xt002_searing_light_spawn_life_spark'), ( 65121, 'spell_xt002_searing_light_spawn_life_spark'), -( 64234, 'spell_xt002_gravity_bomb_spawn_void_zone'), -( 63024, 'spell_xt002_gravity_bomb_spawn_void_zone'), +( 64234, 'spell_xt002_gravity_bomb_aura'), +( 63024, 'spell_xt002_gravity_bomb_aura'), +( 64233, 'spell_xt002_gravity_bomb_damage'), +( 63025, 'spell_xt002_gravity_bomb_damage'), ( 62791, 'spell_xt002_heart_overload_periodic'), ( 62775, 'spell_xt002_tympanic_tantrum'), ( 37751, 'spell_xt002_submerged'), -- cgit v1.2.3