chore(DB): import pending files

Referenced commit(s): 9db2bf9645
This commit is contained in:
AzerothCoreBot
2023-01-21 17:15:08 +00:00
parent 9db2bf9645
commit 33f58a9fb8
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
-- DB update 2023_01_19_00 -> 2023_01_21_00
SET @POOL = 60011;
SET @MILKBARREL = 33607;
SET @FOODCRATE = 31401;
DELETE FROM `pool_template` WHERE `entry`=@POOL;
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
(@POOL, 1, 'Milk Barrel (33607) / Food Crate (31401) - Stormwind City');
DELETE FROM `pool_gameobject` WHERE `pool_entry`=@POOL;
INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES
(@MILKBARREL, @POOL, 0, 'Milk Barrel (33607) - Stormwind City'),
(@FOODCRATE, @POOL, 0, 'Food Crate (31401) - Stormwind City');

View File

@@ -0,0 +1,5 @@
-- DB update 2023_01_21_00 -> 2023_01_21_01
-- Lieutenant Commander Thalvos
UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=59381 AND `id1`=16978;
-- Arch Mage Xintor
UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=86049 AND `id1`=16977;

View File

@@ -0,0 +1,3 @@
-- DB update 2023_01_21_01 -> 2023_01_21_02
--
DELETE FROM `creature` WHERE `id1` IN (20357, 20358) AND `guid` IN (84016, 84017);

View File

@@ -0,0 +1,3 @@
-- DB update 2023_01_21_02 -> 2023_01_21_03
--
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` = 9583;