From f2250030cd7ea58eb9de63a96c34656ac1916369 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 9 Nov 2008 23:54:02 -0600 Subject: [svn] Fix pet spells: only AOE and enemy target spells are autocastable. Script for quest: First Trial. Original patch by Bufu (SD2), adapted by Patro. --HG-- branch : trunk --- sql/updates/211_world_blacktemple.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/211_world_blacktemple.sql b/sql/updates/211_world_blacktemple.sql index b99f6d05764..27aa83b9e4e 100644 --- a/sql/updates/211_world_blacktemple.sql +++ b/sql/updates/211_world_blacktemple.sql @@ -1,4 +1,4 @@ -DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, -41917, 41126, -41376); +DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, -41917, 41126, -41376, 39908); -- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-41376, 41377, 0, 'Spite'); -- cgit v1.2.3