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 24, 2024
1 parent 597378b commit beea7a9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sql/migrations/20241214084907_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,20 @@ UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry`=1101;
UPDATE `pool_template` SET `max_limit` = 28 WHERE `entry`=1098;
UPDATE `pool_template` SET `max_limit` = 11 WHERE `entry`=1099;

-- Ashenvale
UPDATE `pool_template` SET `max_limit` = 11 WHERE `entry` = 1075;
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry` = 1080;
UPDATE `pool_template` SET `max_limit` = 10 WHERE `entry` = 1078;
UPDATE `pool_template` SET `max_limit` = 11 WHERE `entry` = 1072;
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry` = 1076 AND `patch_min`=5 AND `patch_max`=10;
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry` = 1074;
UPDATE `pool_template` SET `max_limit` = 10 WHERE `entry` = 1073;
UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry` = 1351;
UPDATE `pool_template` SET `max_limit` = 6 WHERE `entry` = 1076 AND `patch_min`=0 AND `patch_max`=4;
UPDATE `pool_template` SET `max_limit` = 8 WHERE `entry` = 1077;
UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry` = 1079;
UPDATE `pool_template` SET `max_limit` = 4 WHERE `entry` = 1325;


-- End of migration.
END IF;
Expand Down

0 comments on commit beea7a9

Please sign in to comment.