mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Add Trigger teleport to acherus (for quest 12757) by denyde.
Added missing data to world.sql. --HG-- branch : trunk
This commit is contained in:
4
sql/updates/7059_world_spell_linked_spell.sql
Normal file
4
sql/updates/7059_world_spell_linked_spell.sql
Normal 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)');
|
||||
Reference in New Issue
Block a user