diff options
| author | PolarCookie <sei009@post.uit.no> | 2018-12-31 11:50:16 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2018-12-31 11:50:16 +0100 |
| commit | 66720e5fd94015e9884060bb66c3093484855880 (patch) | |
| tree | 5e3ab77e8989e7ddd6dd092df388377d474fb964 /sql | |
| parent | 1c4cdfd32503d9331be21d144581f48c8b4175fd (diff) | |
Spell/Script: Scourge Disguise and Haunting Phantoms (#22727)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_12_31_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_31_00_world.sql b/sql/updates/world/3.3.5/2018_12_31_00_world.sql new file mode 100644 index 00000000000..18c31031fb2 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
