From 332d08a859ef4fe6f41f6fb73783fd851bedcea0 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Tue, 1 Dec 2015 15:05:48 +0100 Subject: Rename 2015_11_15_3574_world.sql to 2015_12_01_00_world.sql --- sql/updates/world/2015_11_15_3574_world.sql | 12 ------------ sql/updates/world/2015_12_01_00_world.sql | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 sql/updates/world/2015_11_15_3574_world.sql create mode 100644 sql/updates/world/2015_12_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_11_15_3574_world.sql b/sql/updates/world/2015_11_15_3574_world.sql deleted file mode 100644 index 456a36fe882..00000000000 --- a/sql/updates/world/2015_11_15_3574_world.sql +++ /dev/null @@ -1,12 +0,0 @@ --- --- Hallowed wand spell script names -DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hallow_end_wand'; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -(24717, 'spell_hallow_end_wand'), -- Pirate Costume -(24718, 'spell_hallow_end_wand'), -- Ninja Costume -(24719, 'spell_hallow_end_wand'), -- Leper Gnome Costume -(24720, 'spell_hallow_end_wand'), -- Random Costume -(24724, 'spell_hallow_end_wand'), -- Skeleton Costume -(24733, 'spell_hallow_end_wand'), -- Bat Costume -(24737, 'spell_hallow_end_wand'), -- Ghost Costume -(24741, 'spell_hallow_end_wand') -- Wisp Costume; diff --git a/sql/updates/world/2015_12_01_00_world.sql b/sql/updates/world/2015_12_01_00_world.sql new file mode 100644 index 00000000000..456a36fe882 --- /dev/null +++ b/sql/updates/world/2015_12_01_00_world.sql @@ -0,0 +1,12 @@ +-- +-- Hallowed wand spell script names +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hallow_end_wand'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(24717, 'spell_hallow_end_wand'), -- Pirate Costume +(24718, 'spell_hallow_end_wand'), -- Ninja Costume +(24719, 'spell_hallow_end_wand'), -- Leper Gnome Costume +(24720, 'spell_hallow_end_wand'), -- Random Costume +(24724, 'spell_hallow_end_wand'), -- Skeleton Costume +(24733, 'spell_hallow_end_wand'), -- Bat Costume +(24737, 'spell_hallow_end_wand'), -- Ghost Costume +(24741, 'spell_hallow_end_wand') -- Wisp Costume; -- cgit v1.2.3