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;