bm01 13 년 전
부모
커밋
a2e342b4fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/gmail/nossr50/commands/general/MmoeditCommand.java

+ 1 - 0
src/main/java/com/gmail/nossr50/commands/general/MmoeditCommand.java

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