Explorar el Código

Starter runes are now always common

(cherry picked from commit 1ac0f46a9a)
tags/v0.6.0.1
Shaun hace 4 años
committed by Big Bad Waffle
padre
commit
426081daec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/server/components/inventory.js

+ 1
- 1
src/server/components/inventory.js Ver fichero

@@ -594,7 +594,7 @@ module.exports = {
if (!hasSpell) {
let item = generator.generate({
spell: true,
spellQuality: 0,
quality: 0,
spellName: spellName
});
item.worth = 0;


Cargando…
Cancelar
Guardar