aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/7040_world_spell_linked_spell.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7040_world_spell_linked_spell.sql b/sql/updates/7040_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..1c857f08963
--- /dev/null
+++ b/sql/updates/7040_world_spell_linked_spell.sql
@@ -0,0 +1,4 @@
+-- cast s66747 (Totem of the Earthen Ring) after completing q14100 or q14111 (Relic of the Earthen Ring)
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66744 AND `spell_effect`=66747;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+(66744,66747,0, 'totem of the earthen ring');