mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
6
data/sql/updates/db_world/2023_12_06_00.sql
Normal file
6
data/sql/updates/db_world/2023_12_06_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_12_04_03 -> 2023_12_06_00
|
||||
--
|
||||
DELETE FROM `pool_template` WHERE `entry` = 137;
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (137, 1, 'Tanaris - Inconspicuous Landmark Pool');
|
||||
|
||||
UPDATE `pool_gameobject` SET `pool_entry` = 137 WHERE `guid` IN (17231,17232,17233,17234,17235,17236);
|
||||
Reference in New Issue
Block a user