Browse Source

chore #1944: Removed unused config from zoneBase

tags/v0.12.0
Shaun 1 year ago
parent
commit
f820eb833a
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      src/server/config/zoneBase.js

+ 0
- 11
src/server/config/zoneBase.js View File

@@ -36,17 +36,6 @@ module.exports = {
rolls: 2,
magicFind: 2000
}
},

champion: {
hpMult: 5,
dmgMult: 2,

drops: {
chance: 100,
rolls: 2,
magicFind: [2000, 175]
}
}
}
}


Loading…
Cancel
Save