diff options
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; |
