From 9d28323a55aaca70135c598baaaa340a16cf4540 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 28 Aug 2009 18:15:10 +0200 Subject: *spell_linked_spell entry for Pursuit of Justice. --HG-- branch : trunk --- sql/updates/5447_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/5447_world.sql (limited to 'sql/updates/5447_world.sql') 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'); -- cgit v1.2.3