diff options
| author | teacher <none@none> | 2010-01-16 15:06:40 +0100 |
|---|---|---|
| committer | teacher <none@none> | 2010-01-16 15:06:40 +0100 |
| commit | 768bfcfa19e1d3554e070a93c0b233bcbf9cc001 (patch) | |
| tree | 7fd24a2f8abfd9381de24a88ccc5e1790a535621 /sql/updates | |
| parent | cff7923be1ea59971f9eee0746be2aa9434ceb44 (diff) | |
Add Trigger teleport to acherus (for quest 12757) by denyde.
Added missing data to world.sql.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7059_world_spell_linked_spell.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7059_world_spell_linked_spell.sql b/sql/updates/7059_world_spell_linked_spell.sql new file mode 100644 index 00000000000..6a57110dc58 --- /dev/null +++ b/sql/updates/7059_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +-- add spell trigger for teleport to acherus (quest 12757) +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=53099; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(53099,53098,0, 'trigger teleport to acherus (for quest 12757)'); |
