diff --git a/game/plugin/cmd/test/SkillCommandTests.kt b/game/plugin/cmd/test/SkillCommandTests.kt index 3dd28af5..53f7f312 100644 --- a/game/plugin/cmd/test/SkillCommandTests.kt +++ b/game/plugin/cmd/test/SkillCommandTests.kt @@ -24,7 +24,7 @@ class SkillCommandTests { world.commandDispatcher.dispatch(player, Command("max", emptyArray())) for (stat in 0 until Skill.RUNECRAFT) { - assertEquals(99, player.skillSet.getCurrentLevel(99)) + assertEquals(99, player.skillSet.getCurrentLevel(stat)) } } } \ No newline at end of file