From afb83faa817d42a6ef5093a9583b68db3d8dfd7f Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 22 Jan 2015 11:08:17 +0100 Subject: DB/Spells: Fix one startup error --- sql/updates/world/2015_01_21_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_01_21_00_world.sql diff --git a/sql/updates/world/2015_01_21_00_world.sql b/sql/updates/world/2015_01_21_00_world.sql new file mode 100644 index 00000000000..2a63274ce1e --- /dev/null +++ b/sql/updates/world/2015_01_21_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id`=70903 AND `ScriptName`='spell_cultist_dark_martyrdrom'; +DELETE FROM `spell_script_names` WHERE `spell_id`=71236 AND `ScriptName`='spell_cultist_dark_martyrdrom'; +UPDATE `spell_script_names` SET `ScriptName`='spell_cultist_dark_martyrdom' WHERE `spell_id` IN (72495,72496,72497,72498,72499,72500); -- cgit v1.2.3