diff options
| author | PolarCookie <sei009@post.uit.no> | 2018-12-31 11:50:16 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 22:00:58 +0100 |
| commit | fa07f74db26bacf05745284038b4526435dfae7e (patch) | |
| tree | 73e8fffbc649caf81b84cc39db8c04adee75d564 /sql | |
| parent | 3ba2547ec066ef0feadad8e80ab8a92a89f07f2b (diff) | |
Spell/Script: Scourge Disguise and Haunting Phantoms (#22727)
(cherry picked from commit 66720e5fd94015e9884060bb66c3093484855880)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_11_16_49_world_2018_12_31_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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'); |
