From 8e5a65649c5e175d630acca8377bdabe22158f66 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 15 Sep 2015 10:45:48 +0200 Subject: Rename 2015_12_09_00_world.sql to 2015_09_12_00_world.sql --- sql/updates/world/2015_09_12_00_world.sql | 5 +++++ sql/updates/world/2015_12_09_00_world.sql | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 sql/updates/world/2015_09_12_00_world.sql delete mode 100644 sql/updates/world/2015_12_09_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_12_00_world.sql b/sql/updates/world/2015_09_12_00_world.sql new file mode 100644 index 00000000000..cfa8399c350 --- /dev/null +++ b/sql/updates/world/2015_09_12_00_world.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `ScriptName`='npc_brann_bronzebeard_ulduar_intro' WHERE `entry`=33579; +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=48750 AND `spell_effect`=48770; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_burning_depths_necrolyte_image'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(48750, 'spell_gen_burning_depths_necrolyte_image'); diff --git a/sql/updates/world/2015_12_09_00_world.sql b/sql/updates/world/2015_12_09_00_world.sql deleted file mode 100644 index cfa8399c350..00000000000 --- a/sql/updates/world/2015_12_09_00_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -UPDATE `creature_template` SET `ScriptName`='npc_brann_bronzebeard_ulduar_intro' WHERE `entry`=33579; -DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=48750 AND `spell_effect`=48770; -DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_burning_depths_necrolyte_image'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(48750, 'spell_gen_burning_depths_necrolyte_image'); -- cgit v1.2.3