Making mctop update for MySQL when mmoedit is used

This commit is contained in:
nossr50
2012-03-08 17:06:26 -08:00
parent 63bdc16e2f
commit 95c15df184
2 changed files with 2 additions and 0 deletions

View File

@ -1103,6 +1103,7 @@ public class PlayerProfile
skills.put(skillType, newvalue);
skillsXp.put(skillType, 0);
}
save(); //This will make mctop update for MySQL
}
public void addLevels(SkillType skillType, int levels)