From 944e4fe3997f11fa107b76d51e08c4ea6d106ad7 Mon Sep 17 00:00:00 2001 From: Feywood Date: Mon, 5 Feb 2018 19:41:11 +0100 Subject: [PATCH] collection items shown in quest progress (#9945) --- website/client/components/groups/questSidebarSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/components/groups/questSidebarSection.vue b/website/client/components/groups/questSidebarSection.vue index b8e90a73b6..b318a95b3a 100644 --- a/website/client/components/groups/questSidebarSection.vue +++ b/website/client/components/groups/questSidebarSection.vue @@ -41,6 +41,7 @@ div .grey-progress-bar .collect-progress-bar(:style="{width: (group.quest.progress.collect[key] / value.count) * 100 + '%'}") strong {{group.quest.progress.collect[key]}} / {{value.count}} + span.float-right {{parseFloat(user.party.quest.progress.collectedItems) || 0}} items found .boss-info(v-if='questData.boss') .row .col-6