Browse Source

another fix for #1447

tags/v0.6^2
Shaun 4 years ago
parent
commit
6ad0773940
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      src/server/items/generators/quality.js

+ 9
- 1
src/server/items/generators/quality.js View File

@@ -1,10 +1,18 @@
module.exports = {
qualities: [
/*qualities: [
2000,
350,
80,
17,
1
],*/

qualities: [
0,
0,
0,
0,
1
],

magicFindMult: 7,


Loading…
Cancel
Save