aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2617_world_spell_linked_spell.sql7
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