diff options
author | Killyana <morphone1@gmail.com> | 2016-06-17 10:43:04 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-06-17 10:43:04 +0200 |
commit | b785242101f7be0cc6e29e86986b2184db1e43d6 (patch) | |
tree | 4ea308946663dff40f5e50a9d44f50ad17f978f7 | |
parent | 90ff3ce8c8256796cb637fba52e8ae38a0751176 (diff) |
DB/Spell: Add summon unholy mount visual
Closes #17399
By Eliminationzx
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_17_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_17_00_world.sql b/sql/updates/world/3.3.5/2016_06_17_00_world.sql new file mode 100644 index 00000000000..33094fd818a --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_17_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48778, 73313); +INSERT INTO `spell_linked_spell` (`spell_trigger` ,`spell_effect`, `type`, `comment`) VALUES +(48778, 50772, 0, 'Acherus Deathcharger - Summon Unholy Mount Visual'), +(73313, 50772, 0, 'Crimson Deathcharger - Summon Unholy Mount Visual'); |