Ver a proveniência

closes #1459

(cherry picked from commit abd2d3b651)
tags/v0.10.5.4
kckckc há 2 anos
committed by Big Bad Waffle
ascendente
cometimento
81e13d22fd
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar