mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_02_15_00 -> 2023_02_16_00
|
||||
--
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17952);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user