Changeset 162 for trunk/sql

Show
Ignore:
Timestamp:
11/19/08 13:42:01 (17 years ago)
Author:
yumileroy
Message:

[svn] Remove a hack on triggered spell target selection.
Some minor fixes.

Original author: megamage
Date: 2008-11-04 10:33:02-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/163_world.sql

    r160 r162  
    11DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126); 
    2 --INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine'); 
     2-- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine'); 
    33INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine'); 
    44INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-41914, 41915, 0, 'Summon Parasitic Shadowfiend');