Browse Source

asvald runes are now always commong

tags/v0.6.1
Shaun 4 years ago
parent
commit
444d1ff824
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      src/server/config/maps/fjolarok/zone.js

+ 8
- 8
src/server/config/maps/fjolarok/zone.js View File

@@ -854,56 +854,56 @@ module.exports = {
extra: [{
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'magic missile',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'ice spear',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'smite',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'consecrate',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'slash',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'charge',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'flurry',
worth: 3
}, {
generate: true,
spell: true,
spellQuality: 0,
quality: 0,
infinite: true,
spellName: 'smokebomb',
worth: 3


Loading…
Cancel
Save