From 173abaeb055ba1307b5e74250cc9908054d4d720 Mon Sep 17 00:00:00 2001 From: NickTyrer Date: Sun, 15 Dec 2024 17:15:23 +0000 Subject: [PATCH] Update 20241214084907_world.sql --- sql/migrations/20241214084907_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/migrations/20241214084907_world.sql b/sql/migrations/20241214084907_world.sql index ad5c71a40d9..b218eb0792e 100644 --- a/sql/migrations/20241214084907_world.sql +++ b/sql/migrations/20241214084907_world.sql @@ -22,8 +22,8 @@ UPDATE `pool_template` SET `max_limit` = 3 WHERE `entry` = 1261; -- Sungrass in UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry` = 1260; -- Dreamfoil in Western Plaguelands UPDATE `pool_template` SET `max_limit` = 3 WHERE `entry` = 402; -- Mountain Silversage in Western Plaguelands UPDATE `pool_template` SET `max_limit` = 5 WHERE `entry` = 1271; -- Western Plaguelands - Mithril Deposits / Gold Veins / Truesilver Deposits (Master Pool) -UPDATE `pool_template` SET `max_limit` = 2 WHERE `entry` = 1262; -- Western Plaguelands - Truesilver Deposits / Small Thorium Veins (Master Pool) -UPDATE `pool_template` SET `max_limit` = 3 WHERE `entry` = 1331; -- Western Plaguelands - Truesilver Deposits / Rich Thorium Veins (Master Pool) +UPDATE `pool_template` SET `max_limit` = 3 WHERE `entry` = 1262; -- Western Plaguelands - Truesilver Deposits / Small Thorium Veins (Master Pool) +UPDATE `pool_template` SET `max_limit` = 2 WHERE `entry` = 1331; -- Western Plaguelands - Truesilver Deposits / Rich Thorium Veins (Master Pool) -- Eastern Plaguelands UPDATE `pool_template` SET `max_limit` = 15 WHERE `entry`=1265; -- Plaguebloom in Eastern Plaguelands