chore(DB): import pending files

Referenced commit(s): f70f7965b1
This commit is contained in:
AzerothCoreBot
2022-06-21 23:09:12 +00:00
parent f70f7965b1
commit c7723a05a9

View File

@@ -0,0 +1,6 @@
-- DB update 2022_06_21_00 -> 2022_06_21_01
--
DELETE FROM `creature` WHERE `guid` = 248582;
DELETE FROM `gameobject` WHERE `guid` IN (21003, 21004, 21005, 21006, 21007, 21008, 21010, 21011, 21012, 21013, 21014, 21015, 21017, 21019, 21020, 21021, 21022);
DELETE FROM `game_event_creature` WHERE `guid` = 248582;
DELETE FROM `game_event_gameobject` WHERE `guid` IN (21003, 21004, 21005, 21006, 21007, 21008, 21010, 21011, 21012, 21013, 21014, 21015, 21017, 21019, 21020, 21021, 21022);