ソースを参照

closes #1459

(cherry picked from commit abd2d3b651)
tags/v0.10.5.4
kckckc 2年前
committed by Big Bad Waffle
コミット
81e13d22fd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js ファイルの表示

@@ -45,7 +45,7 @@ module.exports = [{
withProps: ['slot'],
withoutProps: ['noAugment'],
checks: [
item => item.level && item.level < consts.maxLevel
item => item.level && (item.originalLevel || item.level) < consts.maxLevel
]
}],
craftAction: relevel


読み込み中…
キャンセル
保存