Explorar el Código

closes #1459

tags/v0.10.6^2
kckckc hace 2 años
padre
commit
abd2d3b651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/server/config/recipes/enchanting.js

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

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


Cargando…
Cancelar
Guardar