chore(DB): import pending files

Referenced commit(s): 2391f454c7
This commit is contained in:
AzerothCoreBot
2022-05-07 21:39:07 +00:00
parent 2391f454c7
commit ffb4012673
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2022_05_06_03 -> 2022_05_07_00
--
UPDATE `spell_area` SET `quest_start`=12924 WHERE `spell`=55858;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_07_00 -> 2022_05_07_01
-- Remove Orphan Matron Aria duplicate
DELETE FROM `creature` WHERE `id1` = 34365 AND `guid` = 245000;
DELETE FROM `game_event_creature` WHERE `guid` = 245000 AND `eventEntry` = 10;