DB/Quest: Battle Before The Citadel - Phasing

Closes #18761
By Rushor
f3462659f0 (commitcomment-20396734)

(cherrypicked from 763beb694f)
This commit is contained in:
Killyana
2017-01-08 13:22:22 +01:00
committed by Shauren
parent e51550b1eb
commit 3d27ed92f7

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `spell_area` WHERE `quest_start` IN (13861, 13862, 13863, 13864) AND `area`=4522;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(64576, 4522, 13864, 13864, 0, 0, 2, 1, 74, 11),
(64576, 4522, 13861, 13861, 0, 0, 2, 1, 74, 11),
(64576, 4522, 13862, 13862, 0, 0, 2, 1, 74, 11),
(64576, 4522, 13863, 13863, 0, 0, 2, 1, 74, 11);