Skip to content

Commit

Permalink
Update 20241214084907_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Dec 15, 2024
1 parent 58773db commit 173abae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/migrations/20241214084907_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 173abae

Please sign in to comment.