mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
14
data/sql/updates/db_world/2023_01_21_00.sql
Normal file
14
data/sql/updates/db_world/2023_01_21_00.sql
Normal 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');
|
||||
5
data/sql/updates/db_world/2023_01_21_01.sql
Normal file
5
data/sql/updates/db_world/2023_01_21_01.sql
Normal 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;
|
||||
3
data/sql/updates/db_world/2023_01_21_02.sql
Normal file
3
data/sql/updates/db_world/2023_01_21_02.sql
Normal 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);
|
||||
3
data/sql/updates/db_world/2023_01_21_03.sql
Normal file
3
data/sql/updates/db_world/2023_01_21_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_01_21_02 -> 2023_01_21_03
|
||||
--
|
||||
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` = 9583;
|
||||
Reference in New Issue
Block a user