Browse Source

temp

tags/v0.9.1^2
Shaun 3 years ago
parent
commit
0bf2b8b8ab
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/server/config/quests/templates/questLootGen.js

+ 8
- 0
src/server/config/quests/templates/questLootGen.js View File

@@ -54,6 +54,14 @@ module.exports = {
}
}

if (!this.item) {
this.setAsync({
key: new Date(),
table: 'error',
value: this.obj.name + ' ' + this.mobType
});
}

this.name = this.item.name + ' Gatherer';
this.description = 'Loot ' + this.have + '/' + this.need + ' ' + this.item.name + ' from ' + this.mobName;



Loading…
Cancel
Save