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 18, 2024
1 parent d8de0a6 commit ae150d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sql/migrations/20241214084907_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@ UPDATE `pool_template` SET `max_limit` = 23 WHERE `entry` = 1003; -- Silverleaf
UPDATE `pool_template` SET `max_limit` = 21 WHERE `entry` = 1002; -- Peacebloom in Teldrassil
UPDATE `pool_template` SET `max_limit` = 9 WHERE `entry` = 1001; -- Earthroot in Teldrassil

-- Thousand Needles
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry`=1133; -- Bruiseweed in Thousand Needles
UPDATE `pool_template` SET `max_limit` = 2 WHERE `entry`=2586; -- Mithril Deposits - Thousand Needles
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry`=1136; -- Kingsblood in Thousand Needles
UPDATE `pool_template` SET `max_limit` = 5 WHERE `entry`=1134; -- Wild Steelbloom in Thousand Needles
UPDATE `pool_template` SET `max_limit` = 11 WHERE `entry`=1131; -- Thousand Needles - Tin Vein / Silver Vein (Master Pool)
UPDATE `pool_template` SET `max_limit` = 14 WHERE `entry`=1132; -- Thousand Needles - Gold Vein / Iron Deposit (Master Pool)
UPDATE `pool_template` SET `max_limit` = 11 WHERE `entry`=2585; -- Copper Veins - Thousand Needles
UPDATE `pool_template` SET `max_limit` = 2 WHERE `entry`=304; -- Thousand Needles - Ooze Covered Silver Vein / Ooze Covered Gold Vein / Ooze Covered Mithril Deposit (Master Pool)
UPDATE `pool_template` SET `max_limit` = 3 WHERE `entry`=329; -- Thousand Needles - Silver Vein / Gold Vein / Iron Deposit (Master Pool)


-- End of migration.
END IF;
Expand Down

0 comments on commit ae150d0

Please sign in to comment.