DB/Spell: Fix phasing in Foote Steppes

Closes #22867

(cherry picked from commit 1e4f0619fd)
This commit is contained in:
Killyana
2019-10-22 17:27:35 +02:00
committed by Shauren
parent b926f524ba
commit 490c007827

View File

@@ -0,0 +1,6 @@
--
UPDATE `creature_addon` SET `auras`="54500" WHERE `guid` IN (104811);
DELETE FROM `spell_area` WHERE `spell`=56582 AND `area`=4432;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(56582, 4432, 0, 12973, 0, 0, 2, 3, 0, 11);
UPDATE `spell_area` SET `quest_end`=12973, `quest_end_status`=11 WHERE `spell`=55782 AND `area`=4432;