Skip to content

Commit

Permalink
Update apiTrackingMonster.js to level 50
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuschelCGN authored Nov 25, 2024
1 parent 89ab37e commit bece6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/apiTrackingMonster.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = async (fastify, options) => {
min_cp: +defaultTo(row.min_cp, 0),
max_cp: +defaultTo(row.max_cp, 9000),
min_level: +defaultTo(row.min_level, 0),
max_level: +defaultTo(row.max_level, 55),
max_level: +defaultTo(row.max_level, 50),
atk: +defaultTo(row.atk, 0),
def: +defaultTo(row.def, 0),
sta: +defaultTo(row.sta, 0),
Expand Down

0 comments on commit bece6f0

Please sign in to comment.