From fa07f74db26bacf05745284038b4526435dfae7e Mon Sep 17 00:00:00 2001 From: PolarCookie Date: Mon, 31 Dec 2018 11:50:16 +0100 Subject: Spell/Script: Scourge Disguise and Haunting Phantoms (#22727) (cherry picked from commit 66720e5fd94015e9884060bb66c3093484855880) --- .../world/master/2021_11_16_49_world_2018_12_31_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2021_11_16_49_world_2018_12_31_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_16_49_world_2018_12_31_00_world.sql b/sql/updates/world/master/2021_11_16_49_world_2018_12_31_00_world.sql new file mode 100644 index 00000000000..18c31031fb2 --- /dev/null +++ b/sql/updates/world/master/2021_11_16_49_world_2018_12_31_00_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 54089; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_stratholme_haunting_phantoms', 'spell_scourge_disguise', 'spell_scourge_disguise_instability', 'spell_scourge_disguise_expiring', 'spell_drop_disguise'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(16336, 'spell_stratholme_haunting_phantoms'), +(51966, 'spell_scourge_disguise'), +(51971, 'spell_scourge_disguise_instability'), +(52010, 'spell_scourge_disguise_expiring'), +(54089, 'spell_drop_disguise'); -- cgit v1.2.3