aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-26 22:56:20 -0500
committermegamage <none@none>2009-08-26 22:56:20 -0500
commitf16b93d8d8ded579fbf7b560afa3bb6475816c02 (patch)
treef3320916aa1ddc55d0aa49130fa6e11f3f5a791b /sql/updates
parentc5ff737ef8e9c1805505df8429d98a9fed839895 (diff)
*Update flame levi script. Fix the bug that it often gets stuck.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5403_world_scripts_ulduar.sql18
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/5403_world_scripts_ulduar.sql b/sql/updates/5403_world_scripts_ulduar.sql
new file mode 100644
index 00000000000..f9fa49f5941
--- /dev/null
+++ b/sql/updates/5403_world_scripts_ulduar.sql
@@ -0,0 +1,18 @@
+INSERT INTO creature_template (entry, vehicleid) VALUES
+(32930, 312), # Kologarn
+(33214, 348) # Mechanolift 304-A
+ON DUPLICATE KEY UPDATE
+vehicleid = VALUES(vehicleid);
+
+UPDATE creature_template SET InhabitType = 4 WHERE entry = 33214;
+
+update creature_template set spell1=62395, AIName = 'TurretAI', scriptname='' where entry = 33139;
+update creature_template set spell1=62402 where entry = 33142;
+update creature_template set ScriptName = 'boss_kologarn' where entry = 32930;
+
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-62475,62427);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(-62475,-62399, 0, 'System Shutdown - Overload Circuit'),
+(-62475,-62375, 0, 'System Shutdown - Gathering Speed'),
+(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell
+( 62427, 62340, 2, 'Load into Catapult - Passenger Loaded');