diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_26_03_world_auchindoun.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_26_03_world_auchindoun.sql b/sql/updates/world/2013_08_26_03_world_auchindoun.sql new file mode 100644 index 00000000000..cf726fa41c5 --- /dev/null +++ b/sql/updates/world/2013_08_26_03_world_auchindoun.sql @@ -0,0 +1,12 @@ +UPDATE `instance_template` SET `script`='instance_auchenai_crypts' WHERE `map`=558; +UPDATE `instance_template` SET `script`='instance_mana_tombs' WHERE `map`=557; + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (33923, 38796, 33666, 38795, 39365); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(33923, 'spell_murmur_sonic_boom'), +(38796, 'spell_murmur_sonic_boom'), +(33666, 'spell_murmur_sonic_boom_effect'), +(38795, 'spell_murmur_sonic_boom_effect'), +(39365, 'spell_murmur_thundering_storm'); + +DELETE FROM `creature_ai_scripts` WHERE `id`=1879605; |
