chore(DB): import pending files

Referenced commit(s): d3b047c27a
This commit is contained in:
AzerothCoreBot
2023-02-16 01:15:49 +00:00
parent d3b047c27a
commit 59292f5b13
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_15_00 -> 2023_02_16_00
--
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17952);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_16_00 -> 2023_02_16_01
-- Remove all of the same Ids, remove non-combat pet, remove mines
DELETE FROM `creature` WHERE `id1` IN (19754,19756,19757,19759,19760,20872,20878,20887,21080,21207,21210,21211,21725,22024,18381,22315) AND `map`=530;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_16_01 -> 2023_02_16_02
-- Delete all old spawns
DELETE FROM `creature` WHERE `id1` IN (21788, 21795);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_16_02 -> 2023_02_16_03
-- Delete all previous spawns
DELETE FROM `creature` WHERE `id1`=21815;
DELETE FROM `creature_addon` WHERE `guid` BETWEEN 76347 AND 76376;