chore(DB): import pending files

Referenced commit(s): 1c7ac83a1c
This commit is contained in:
AzerothCoreBot
2023-04-29 23:29:27 +00:00
parent 1c7ac83a1c
commit 2bd7d23b59

View File

@@ -0,0 +1,10 @@
-- DB update 2023_04_29_05 -> 2023_04_29_06
--
DELETE FROM `spell_area` WHERE `spell` = 57940 AND `area` IN (4723, 4809, 4813, 4820);
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
(57940, 4723, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4809, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4813, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4820, 0, 0, 0, 0, 2, 1, 0, 0);
UPDATE `spell_area` SET `quest_start_status` = 0, `quest_end_status` = 0 WHERE `spell` = 57940;