mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Creature: Paladin Mounts - Holy visual
By itslovelol, closes #14427
(cherry picked from commit 421c34a830)
Conflicts:
sql/updates/world/2015_03_23_00_world.sql
This commit is contained in:
5
sql/updates/world/2015_03_23_00_world_f335.sql
Normal file
5
sql/updates/world/2015_03_23_00_world_f335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (23214, 13819);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES
|
||||
(23214, 31726, 'Summon Charger'),
|
||||
(13819, 31726, 'Summon Warhorse');
|
||||
Reference in New Issue
Block a user