Skip to content

Commit

Permalink
Merge pull request #1077 from notheowner/patch-1
Browse files Browse the repository at this point in the history
Update Poracle slider max level to 55
  • Loading branch information
Mygod authored Nov 22, 2024
2 parents 9767baf + ca6bb18 commit f76906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/Poracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ class PoracleAPI {
name: 'level',
label: '',
min: 0,
max: 40,
max: 55,
perm: 'iv',
low: 'min_level',
high: 'max_level',
Expand Down

0 comments on commit f76906a

Please sign in to comment.