mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spells: Cast spell Dragonmaw Fel Orc illusion in Netherwing Mines. Enables Netherwing daily quests
Closes #839
This commit is contained in:
4
sql/updates/world/2011_03_05_3_spell_area.sql
Normal file
4
sql/updates/world/2011_03_05_3_spell_area.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Dragonmaw Fel Orc illusion for Netherwing Mines area after Netherwing quest chain for reputation is complete
|
||||
DELETE FROM `spell_area` WHERE `spell`=40214 AND `area`=3965;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
|
||||
(40214,3965,11013,1,0,0,0,2,1);
|
||||
Reference in New Issue
Block a user