Browse Source

balance[#1583]: Items with faction requirements are no longer reslottable

tags/v0.8.1^2
Shaun 3 years ago
parent
commit
a9779e0f7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js View File

@@ -59,7 +59,7 @@ module.exports = [{
needItems: [{
info: 'Pick an item to reslot',
withProps: ['slot'],
withoutProps: ['noAugment', 'effects']
withoutProps: ['noAugment', 'effects', 'factions']
}],
craftAction: reslot
}, {


Loading…
Cancel
Save