Skip to content

Commit

Permalink
Update slider max level to 55
Browse files Browse the repository at this point in the history
  • Loading branch information
notheowner authored Nov 22, 2024
1 parent 9767baf commit ca6bb18
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 ca6bb18

Please sign in to comment.