From 9e432b8c4afc77cca7d9cfab02341270e2bdf482 Mon Sep 17 00:00:00 2001 From: teacher Date: Thu, 14 Jan 2010 18:51:31 +0100 Subject: 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 --- sql/updates/7040_world_spell_linked_spell.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/7040_world_spell_linked_spell.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3