This commit is contained in:
bm01 2012-07-08 00:17:33 +02:00
parent 4469637f27
commit a2e342b4fc

View File

@ -100,6 +100,7 @@ public class MmoeditCommand implements CommandExecutor {
return true; return true;
} }
profile.modifySkill(skill, newValue);
profile.save(); profile.save();
} }
return true; return true;