소스 검색

temp

tags/v0.9.1^2
Shaun 3 년 전
부모
커밋
0bf2b8b8ab
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/server/config/quests/templates/questLootGen.js

+ 8
- 0
src/server/config/quests/templates/questLootGen.js 파일 보기

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



불러오는 중...
취소
저장