From cdf105f548b05064efb92b425576b806e77b37e4 Mon Sep 17 00:00:00 2001 From: dr-j Date: Thu, 3 Jan 2013 22:53:44 +0100 Subject: DB/Spell: add aura allowing player to see miscaller soo-gan for a quest Closes #7868 --- sql/updates/world/2013_01_03_14_world_spell_area.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_01_03_14_world_spell_area.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_03_14_world_spell_area.sql b/sql/updates/world/2013_01_03_14_world_spell_area.sql new file mode 100644 index 00000000000..a670ed7c455 --- /dev/null +++ b/sql/updates/world/2013_01_03_14_world_spell_area.sql @@ -0,0 +1,4 @@ +-- add aura to be able to hand in quests +DELETE FROM `spell_area` WHERE `spell`=52217; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES +(52217,4306,12574,1,0,0,0,2,1); -- cgit v1.2.3