aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorteacher <none@none>2010-01-14 18:51:31 +0100
committerteacher <none@none>2010-01-14 18:51:31 +0100
commit9e432b8c4afc77cca7d9cfab02341270e2bdf482 (patch)
tree4fcaa51365a479d7243ea82ae5539a29640b871c /sql
parent20df99ae746a64a8397fdea9495366cf48c7d748 (diff)
Fix for Relic of the Earthen Ring quest (spell Totem of the Earthen Ring must be casted).
Thank you Nayre for the fix. --HG-- branch : trunk
Diffstat (limited to 'sql')
-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');