mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Fixed collection quest progress not being updated (#8584)
This commit is contained in:
parent
b0eda344f1
commit
d541e3aa31
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ angular.module('habitrpg')
|
|||
if (quest.progressDelta && userQuest.boss) {
|
||||
Notification.quest('questDamage', quest.progressDelta.toFixed(1));
|
||||
} else if (quest.collection && userQuest.collect) {
|
||||
user.party.quest.progress.collectedItems++;
|
||||
Notification.quest('questCollection', quest.collection);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue