From 267e95dfe6c85d3191dbc874c9198be68df64553 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 21 Sep 2014 13:30:36 +0200 Subject: SQL: Only 4.3.4 --- sql/updates/world/2014_09_12_00_world_spell_script_names.sql | 8 -------- sql/updates/world/2014_09_12_00_world_spell_script_names_434.sql | 8 ++++++++ sql/updates/world/2014_09_14_03_world_creature_scriptname.sql | 2 -- sql/updates/world/2014_09_14_03_world_creature_scriptname_434.sql | 2 ++ 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 sql/updates/world/2014_09_12_00_world_spell_script_names.sql create mode 100644 sql/updates/world/2014_09_12_00_world_spell_script_names_434.sql delete mode 100644 sql/updates/world/2014_09_14_03_world_creature_scriptname.sql create mode 100644 sql/updates/world/2014_09_14_03_world_creature_scriptname_434.sql (limited to 'sql') diff --git a/sql/updates/world/2014_09_12_00_world_spell_script_names.sql b/sql/updates/world/2014_09_12_00_world_spell_script_names.sql deleted file mode 100644 index 1d467ed75a4..00000000000 --- a/sql/updates/world/2014_09_12_00_world_spell_script_names.sql +++ /dev/null @@ -1,8 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id`=88665; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88665, 'spell_ruumbos_silly_dance'); - -DELETE FROM `spell_script_names` WHERE `spell_id`=88254; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88254, 'spell_swipe_honey'); - -DELETE FROM `spell_script_names` WHERE `spell_id` = 94064; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (94064, 'spell_beesbees'); diff --git a/sql/updates/world/2014_09_12_00_world_spell_script_names_434.sql b/sql/updates/world/2014_09_12_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..1d467ed75a4 --- /dev/null +++ b/sql/updates/world/2014_09_12_00_world_spell_script_names_434.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=88665; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88665, 'spell_ruumbos_silly_dance'); + +DELETE FROM `spell_script_names` WHERE `spell_id`=88254; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88254, 'spell_swipe_honey'); + +DELETE FROM `spell_script_names` WHERE `spell_id` = 94064; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (94064, 'spell_beesbees'); diff --git a/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql b/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql deleted file mode 100644 index 098cb81e36c..00000000000 --- a/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Whisperwind Lasher Scriptname -UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_whisperwind_lasher" WHERE `entry`=47747; diff --git a/sql/updates/world/2014_09_14_03_world_creature_scriptname_434.sql b/sql/updates/world/2014_09_14_03_world_creature_scriptname_434.sql new file mode 100644 index 00000000000..098cb81e36c --- /dev/null +++ b/sql/updates/world/2014_09_14_03_world_creature_scriptname_434.sql @@ -0,0 +1,2 @@ +-- Whisperwind Lasher Scriptname +UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_whisperwind_lasher" WHERE `entry`=47747; -- cgit v1.2.3