mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
5 lines
251 B
SQL
5 lines
251 B
SQL
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(26022, 26023);
|
|
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
|
( 26022, 61417, 2, 'Pursuit of Justice'),
|
|
( 26023, 61418, 2, 'Pursuit of Justice');
|