diff options
| author | megamage <none@none> | 2008-11-04 10:33:02 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-04 10:33:02 -0600 |
| commit | b53ab74b50cc8fa7e4c137d0aa4bc617501ef423 (patch) | |
| tree | 1e12f515e7d71186a0ccb704076f898b3470cc94 /sql/updates | |
| parent | fc9a14a6cf5cff4bf4ba3124e646e09b940729eb (diff) | |
[svn] Remove a hack on triggered spell target selection.
Some minor fixes.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/163_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/163_world.sql b/sql/updates/163_world.sql index da0b03c9a04..00c33703363 100644 --- a/sql/updates/163_world.sql +++ b/sql/updates/163_world.sql @@ -1,5 +1,5 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126);
---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 (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 (-41914, 41915, 0, 'Summon Parasitic Shadowfiend');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (41126, 41131, 1, 'Flame Crash');
|
