Ver a proveniência

temp

(cherry picked from commit 0bf2b8b8ab)
tags/v0.9.0.5
Shaun há 3 anos
committed by Big Bad Waffle
ascendente
cometimento
99db4ca99c
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      src/server/config/quests/templates/questLootGen.js

+ 8
- 0
src/server/config/quests/templates/questLootGen.js Ver ficheiro

@@ -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;



Carregando…
Cancelar
Guardar