Change XP processing to use a single function.

This commit is contained in:
GJ
2012-06-04 09:30:51 -04:00
parent 2a27048174
commit 1e58c32a5f
12 changed files with 46 additions and 43 deletions

View File

@ -19,7 +19,7 @@ public class ExperienceAPI {
Skills.xpCheckAll(player);
}
else {
Skills.xpCheckSkill(skillType, player);
Skills.xpCheckSkill(skillType, player, Users.getProfile(player));
}
}