diff options
| author | teacher <none@none> | 2010-01-14 18:51:31 +0100 |
|---|---|---|
| committer | teacher <none@none> | 2010-01-14 18:51:31 +0100 |
| commit | 9e432b8c4afc77cca7d9cfab02341270e2bdf482 (patch) | |
| tree | 4fcaa51365a479d7243ea82ae5539a29640b871c /sql | |
| parent | 20df99ae746a64a8397fdea9495366cf48c7d748 (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.sql | 4 |
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'); |
