aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-13 18:16:42 -0500
committermegamage <none@none>2009-08-13 18:16:42 -0500
commit354c7a5f0d9c2a8bcf5598307c6e09e061df6c15 (patch)
treeca9eb10cc219e613572b513362ecd6c81dce3654
parent764f4b18155d0812105bc66b38918075eb3ada61 (diff)
*Add 4854 sql to full.
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_spell_full.sql33
1 files changed, 33 insertions, 0 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql
index 65dd8c225c0..3e923cf4efa 100644
--- a/sql/FULL/world_spell_full.sql
+++ b/sql/FULL/world_spell_full.sql
@@ -2055,6 +2055,39 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(27936, 1, 16060); # To Anchor 2 - Gothik
-- --------
+-- ULDUAR
+-- --------
+INSERT INTO creature_template (entry, vehicleid) VALUES
+(33113, 340), # Flame Leviathan
+(33114, 341) # Flame Leviathan Seat
+ON DUPLICATE KEY UPDATE
+vehicleid = VALUES(vehicleid);
+
+UPDATE creature_template SET flags_extra = 128 WHERE entry IN (33114);
+
+INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4, spell5, spell6, vehicleid) VALUES
+(33062, 62974, 62286, 62299, 64660, 0, 0, 335), # Salvaged Chopper
+(33109, 62306, 62490, 62308, 62324, 0, 0, 338), # Salvaged Demolisher
+(33167, 62634, 64979, 62479, 62471, 0, 62428, 345), # Salvaged Demolisher Mechanic Seat
+(33060, 62345, 62522, 62346, 0, 0, 0, 336), # Salvaged Siege Engine
+(33067, 62358, 62359, 64677, 0, 0, 0, 337) # Salvaged Siege Turret
+ON DUPLICATE KEY UPDATE
+spell1 = VALUES(spell1),
+spell2 = VALUES(spell2),
+spell3 = VALUES(spell3),
+spell4 = VALUES(spell4),
+spell5 = VALUES(spell5),
+spell6 = VALUES(spell6),
+vehicleid = VALUES(vehicleid);
+
+DELETE FROM `spell_script_target` WHERE `entry` IN (62374,62399);
+INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
+(62374, 1, 33060), # Pursued
+(62374, 1, 33109),
+(62399, 1, 33139); # Overload Circuit
+
+
+-- --------
-- WINTERGRASP
-- --------
DELETE FROM `game_event` WHERE `entry` IN (50,51);