Explorar el Código

Another fix for #1017

tags/v0.3.1
BigBadWaffle hace 5 años
padre
commit
f6375f9c3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/server/items/enchanter.js

+ 1
- 0
src/server/items/enchanter.js Ver fichero

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


Cargando…
Cancelar
Guardar