kckckc пре 2 година
родитељ
комит
abd2d3b651
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


Loading…
Откажи
Сачувај