aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-06-17 10:43:04 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-29 21:51:03 +0100
commita95ff3a93109f8095cb843bff9113b95100a8681 (patch)
treee647317d9edd8a32d11459ecc1e29704277b80e6
parent5baf6ea4d95d5690272a83175c5a47ceefbc0c06 (diff)
DB/Spell: Add summon unholy mount visual
Closes #17399 By Eliminationzx (cherry picked from commit b785242101f7be0cc6e29e86986b2184db1e43d6)
-rw-r--r--sql/updates/world/master/2017_01_29_18_world_2016_06_17_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_18_world_2016_06_17_00_world.sql b/sql/updates/world/master/2017_01_29_18_world_2016_06_17_00_world.sql
new file mode 100644
index 00000000000..33094fd818a
--- /dev/null
+++ b/sql/updates/world/master/2017_01_29_18_world_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');