mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 20:13:04 -04:00
5 lines
285 B
SQL
5 lines
285 B
SQL
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-54361, -59743);
|
|
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
|
(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'),
|
|
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted');
|