diff options
| author | megamage <none@none> | 2009-08-28 11:26:20 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-28 11:26:20 -0500 |
| commit | ab5f515f21d1f9e735e8b2c91a64f2dd02512ed5 (patch) | |
| tree | bc50ecf26bc74e872d11d21e6e17c86618462e64 /sql/updates | |
| parent | 9d28323a55aaca70135c598baaaa340a16cf4540 (diff) | |
*Update flame levi script. Allow player to shoot down pyrite container and refill the demolishers.
*Other script-related fixes.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5448_world_scripts_ulduar.sql | 13 |
1 files changed, 13 insertions, 0 deletions
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; |
