diff options
| author | megamage <none@none> | 2009-04-11 22:41:15 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-11 22:41:15 -0500 |
| commit | dda2fdff33a6d12d6e8f2913fbb439d9b670890f (patch) | |
| tree | b8f581a7489ce71492ecc15a782ff08e9a5e75f6 /sql/updates | |
| parent | 1d640d02726683e73c455ddda3354cf77925a957 (diff) | |
*Implement spell Disengage and Death Grip.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2617_world_spell_linked_spell.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/2617_world_spell_linked_spell.sql b/sql/updates/2617_world_spell_linked_spell.sql new file mode 100644 index 00000000000..392893de6da --- /dev/null +++ b/sql/updates/2617_world_spell_linked_spell.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (781, 57635, 60932, 61507, 49576); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(781, 56446, 0, 'Disengage'), +(57635, 57636, 0, 'Disengage'), +(60932, 60934, 0, 'Disengage'), +(61507, 61508, 0, 'Disengage'), +(49576, 49560, 0, 'Death Grip');
\ No newline at end of file |
