diff options
-rw-r--r-- | sql/updates/world/2015_01_21_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |