Kaynağa Gözat

fixed bug introduced in previous commit

tags/v0.6^2
Shaun 4 yıl önce
ebeveyn
işleme
af7ebf4891
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/server/config/quests/templates/questTemplate.js

+ 1
- 1
src/server/config/quests/templates/questTemplate.js Dosyayı Görüntüle

@@ -49,7 +49,7 @@ module.exports = {
obj.instance.eventEmitter.emitNoSticky('beforeCompleteAutoquest', this, obj);

const message = `Quest completed (${this.name})`;
obj.social.emitNoSticky({
obj.social.notifySelf({
message,
className: 'color-yellowB'
});


Yükleniyor…
İptal
Kaydet