Fix level 126 next goal to be max XP (200,000,000) instead of -1 xp

This commit is contained in:
Levi Schuck
2018-07-23 18:33:58 -05:00
parent 7bbb154dff
commit 96c3f07c4b
4 changed files with 12 additions and 2 deletions

View File

@@ -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.