aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7059_world_spell_linked_spell.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7059_world_spell_linked_spell.sql b/sql/updates/7059_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..6a57110dc58
--- /dev/null
+++ b/sql/updates/7059_world_spell_linked_spell.sql
@@ -0,0 +1,4 @@
+-- add spell trigger for teleport to acherus (quest 12757)
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=53099;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+(53099,53098,0, 'trigger teleport to acherus (for quest 12757)');