Selaa lähdekoodia

Starter runes are now always common

tags/v0.6.1
Shaun 4 vuotta sitten
vanhempi
commit
1ac0f46a9a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/server/components/inventory.js

+ 1
- 1
src/server/components/inventory.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna