chore(DB): import pending files

Referenced commit(s): d60842a13e
This commit is contained in:
AzerothCoreBot
2022-10-11 17:51:45 +00:00
parent d60842a13e
commit 2955757be2
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- DB update 2022_10_11_02 -> 2022_10_11_03
--
DELETE FROM `pool_creature` WHERE `pool_entry`=1004 AND `guid` IN (33621, 34520);
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
(33621, 1004, 'Spawn of Hakkar (5708) - Spawn 1'),
(34520, 1004, 'Spawn of Hakkar (5708) - Spawn 2');
DELETE FROM `pool_template` WHERE `entry`=1004;
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
(1004, 1, 'Spawn of Hakkar (5708)');

View File

@@ -0,0 +1,3 @@
-- DB update 2022_10_11_03 -> 2022_10_11_04
--
UPDATE `creature_template_addon` SET `bytes2` = 1 WHERE `entry` IN (15275, 15276);