aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/10419_world_spell_linked_spell.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/10419_world_spell_linked_spell.sql b/sql/updates/10419_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..db29bbecde3
--- /dev/null
+++ b/sql/updates/10419_world_spell_linked_spell.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (58984);
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+(58984, 59646, 0, 'Shadowmeld: Sanctuary'),
+(58984, 62196, 0, 'Shadowmeld: Force deselect');