Fix level 126 next goal to be max XP (200,000,000) instead of -1 xp
This commit is contained in:
@@ -40,6 +40,7 @@ public class Experience
|
||||
* The maximum virtual skill level for any skill (200M experience).
|
||||
*/
|
||||
public static final int MAX_VIRT_LEVEL = 126;
|
||||
public static final int MAX_SKILL_XP = 200_000_000;
|
||||
|
||||
/**
|
||||
* The total experience required for each skill level.
|
||||
|
||||
Reference in New Issue
Block a user