From ab5f515f21d1f9e735e8b2c91a64f2dd02512ed5 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 28 Aug 2009 11:26:20 -0500 Subject: *Update flame levi script. Allow player to shoot down pyrite container and refill the demolishers. *Other script-related fixes. --HG-- branch : trunk --- sql/updates/5448_world_scripts_ulduar.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/5448_world_scripts_ulduar.sql (limited to 'sql/updates') diff --git a/sql/updates/5448_world_scripts_ulduar.sql b/sql/updates/5448_world_scripts_ulduar.sql new file mode 100644 index 00000000000..6402dc29043 --- /dev/null +++ b/sql/updates/5448_world_scripts_ulduar.sql @@ -0,0 +1,13 @@ +INSERT INTO creature_template (entry, vehicleid) VALUES +(32930, 338), # Kologarn +(32934, 380), # Right Arm +(33214, 348) # Mechanolift 304-A +ON DUPLICATE KEY UPDATE +vehicleid = VALUES(vehicleid); + +DELETE FROM `spell_script_target` WHERE `entry` IN (62056,63985); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(63985, 1, 32934), # Stone Grip +(62056, 1, 32934); + +update creature_template set scriptname = "boss_flame_leviathan_safety_container" where entry = 33218; -- cgit v1.2.3