*spell_linked_spell entry for Pursuit of Justice.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-08-28 18:15:10 +02:00
parent e972e73b92
commit 9d28323a55
2 changed files with 6 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
( 34471, 24397, 2, 'The Beast Within'),
( 34471, 26592, 2, 'The Beast Within'),
(-59907, 7, 0, 'Lightwell Charges - Suicide'),
( 26022, 61417, 2, 'Pursuit of Justice'),
( 26023, 61418, 2, 'Pursuit of Justice'),
-- Quest
( 40214, 40216, 2, 'Dragonmaw Illusion'),
( 40214, 42016, 2, 'Dragonmaw Illusion'),

View 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');