mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
*spell_linked_spell entry for Pursuit of Justice.
--HG-- branch : trunk
This commit is contained in:
4
sql/updates/5447_world.sql
Normal file
4
sql/updates/5447_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user