aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7370_world_spell_linked_spell.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7370_world_spell_linked_spell.sql b/sql/updates/7370_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..2c6910501ab
--- /dev/null
+++ b/sql/updates/7370_world_spell_linked_spell.sql
@@ -0,0 +1,2 @@
+-- Remove hack for glyph of Eternal Water
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31687 AND `spell_effect`=70907;