Kaynağa Gözat

closes #1459

(cherry picked from commit abd2d3b651)
tags/v0.10.5.4
kckckc 2 yıl önce
committed by Big Bad Waffle
ebeveyn
işleme
81e13d22fd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet