mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spells: Blood elf paladin's mount visual
This commit is contained in:
4
sql/updates/world/2015_04_13_00_world.sql
Normal file
4
sql/updates/world/2015_04_13_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (34767, 34769);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES
|
||||
(34767, 31726, 'Summon Charger - Blood Elf'),
|
||||
(34769, 31726, 'Summon Warhorse - Blood Elf');
|
||||
Reference in New Issue
Block a user