mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
10
data/sql/updates/db_world/2022_10_11_03.sql
Normal file
10
data/sql/updates/db_world/2022_10_11_03.sql
Normal 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)');
|
||||
3
data/sql/updates/db_world/2022_10_11_04.sql
Normal file
3
data/sql/updates/db_world/2022_10_11_04.sql
Normal 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);
|
||||
Reference in New Issue
Block a user