mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
DB/Spell: add aura allowing player to see miscaller soo-gan for a quest
Closes #7868
This commit is contained in:
4
sql/updates/world/2013_01_03_14_world_spell_area.sql
Normal file
4
sql/updates/world/2013_01_03_14_world_spell_area.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user