diff options
| author | megamage <none@none> | 2008-11-09 23:54:02 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-09 23:54:02 -0600 |
| commit | f2250030cd7ea58eb9de63a96c34656ac1916369 (patch) | |
| tree | cda2d13b6ab1cebd97363f87f4d754bb7b2a3c86 /sql | |
| parent | a04ad26b9e5a2192c95ecd100f8a3ed027a1a5b0 (diff) | |
[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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/211_world_blacktemple.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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');
|
