Procházet zdrojové kódy

closes #1459

tags/v0.10.6^2
kckckc před 2 roky
rodič
revize
abd2d3b651
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit