aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7364_world_spell_linked_spell.sql1
-rw-r--r--sql/world.sql1
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7364_world_spell_linked_spell.sql b/sql/updates/7364_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..fa24e3b7b04
--- /dev/null
+++ b/sql/updates/7364_world_spell_linked_spell.sql
@@ -0,0 +1 @@
+DELETE FROM spell_linked_spell WHERE spell_trigger = 31687; \ No newline at end of file
diff --git a/sql/world.sql b/sql/world.sql
index 35179613d40..fca4fde2f0b 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -5825,7 +5825,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
( 54850, 54851, 1, 'Emerge - Emerge Summon'),
-- Trial of the Champion
( 66680, 66547, 0, 'Confess - Confess'),
-( 31687, 70907, 0, 'Summon Water Elemental'),
( 66889,-66865, 0, 'Remove Vengeance');
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
UNLOCK TABLES;