fix(DB/Pools): Correct Inconspicuous Landmark (#17946)

This commit is contained in:
avarishd
2023-12-06 09:59:03 +02:00
committed by GitHub
parent a52881ce6d
commit 98ac3b4787

View File

@@ -0,0 +1,5 @@
--
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);