Browse Source

Another fix for #1017

tags/v0.3.1
BigBadWaffle 5 years ago
parent
commit
f6375f9c3b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/server/items/enchanter.js

+ 1
- 0
src/server/items/enchanter.js View File

@@ -40,6 +40,7 @@ module.exports = {
if (msg.action === 'reroll') {
let enchantedStats = item.enchantedStats || {};
delete item.enchantedStats;
delete item.implicitStats;
delete msg.addStatMsgs;

if ((item.stats) && (item.stats.lvlRequire)) {


Loading…
Cancel
Save