diff options
| author | megamage <none@none> | 2009-08-23 01:08:09 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-23 01:08:09 -0500 |
| commit | dee4a9fd872c28587efe18f6859b91ce3d5ae805 (patch) | |
| tree | e1839645709ee3e693a22bdb489c41499b98504f /sql/updates | |
| parent | b35fe879ad812947a50666ccc41d3603227291f9 (diff) | |
*Update flame leviathan script.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5314_world_scripts_ulduar.sql | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sql/updates/5314_world_scripts_ulduar.sql b/sql/updates/5314_world_scripts_ulduar.sql new file mode 100644 index 00000000000..efe012b5ebf --- /dev/null +++ b/sql/updates/5314_world_scripts_ulduar.sql @@ -0,0 +1,26 @@ +UPDATE creature_template SET scriptname = "spell_pool_of_tar" WHERE entry = 33090; + +UPDATE creature_template SET spell1=62288 WHERE entry = 33090; +UPDATE creature_template SET speed=1 WHERE entry=33113; +UPDATE creature_template SET speed=1.25 WHERE entry IN (33060,33109); +UPDATE creature_template SET speed=2 WHERE entry=33062; +UPDATE creature_template SET faction_A=1965,faction_H=1965 WHERE entry IN (33090,33113,33139); + +UPDATE creature_template SET flags_extra = 0 WHERE entry IN (33114); + +DELETE FROM `spell_script_target` WHERE `entry` IN (62427,62374,62399); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(62427, 1, 33109), # Load into Catapult +(62374, 1, 33060), # Pursued +(62374, 1, 33109), +(62399, 1, 33139); # Overload Circuit + +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'), +(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell +( 62427, 62340, 2, 'Load into Catapult - Passenger Loaded'); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (33143); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`) VALUES +(33143, 62399, 0, 0, 0, 0); # Overide device |
