Add Trigger teleport to acherus (for quest 12757) by denyde.

Added missing data to world.sql.

--HG--
branch : trunk
This commit is contained in:
teacher
2010-01-16 15:06:40 +01:00
parent cff7923be1
commit 768bfcfa19
2 changed files with 25 additions and 18 deletions

View File

@@ -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)');