Browse Source

Starter runes are now always common

tags/v0.6.1
Shaun 4 years ago
parent
commit
1ac0f46a9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/inventory.js

+ 1
- 1
src/server/components/inventory.js View File

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


Loading…
Cancel
Save