Skip to content

Commit

Permalink
Update 20250126113006_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Jan 26, 2025
1 parent 4eef890 commit 399a305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/migrations/20250126113006_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`, `fla
(9713, @PTEMPLATE+101, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein', 0),
(9708, @PTEMPLATE+101, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein', 0);

UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry` = 1354;
UPDATE `pool_template` SET `max_limit` = 20 WHERE `entry` = 1044;

UPDATE `pool_template` SET `description` = 'Copper Veins - Deadmines (Master Pool)' WHERE `entry` = 4486;
UPDATE `pool_template` SET `description` = 'Copper Veins - Wailing Caverns (Master Pool)' WHERE `entry` = 4794;

Expand Down

0 comments on commit 399a305

Please sign in to comment.