aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-28 18:15:10 +0200
committerQAston <none@none>2009-08-28 18:15:10 +0200
commit9d28323a55aaca70135c598baaaa340a16cf4540 (patch)
tree0c9955411784d35ddd1acf2f742ecbd22824da14
parente972e73b9276f09c44e971b8b8b974dea82c1580 (diff)
*spell_linked_spell entry for Pursuit of Justice.
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_spell_full.sql2
-rw-r--r--sql/updates/5447_world.sql4
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql
index 408839af5d6..22d04e6f37b 100644
--- a/sql/FULL/world_spell_full.sql
+++ b/sql/FULL/world_spell_full.sql
@@ -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'),
diff --git a/sql/updates/5447_world.sql b/sql/updates/5447_world.sql
new file mode 100644
index 00000000000..962cb8496ea
--- /dev/null
+++ b/sql/updates/5447_world.sql
@@ -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');