Explorar el Código

temp

tags/v0.9.1^2
Shaun hace 3 años
padre
commit
0bf2b8b8ab
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      src/server/config/quests/templates/questLootGen.js

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

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



Cargando…
Cancelar
Guardar