1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-21 00:04:22 +01:00

Fixed drops from not showing on their respective challenges in the menu

This commit is contained in:
Lennard Fonteijn 2023-04-01 02:11:54 +02:00 committed by Lennard Fonteijn
parent 10ce9c14e8
commit 87b2743ce3

@ -902,7 +902,7 @@ export class ChallengeService extends ChallengeRegistry {
Rewards: { Rewards: {
MasteryXP: challenge.Rewards.MasteryXP, MasteryXP: challenge.Rewards.MasteryXP,
}, },
Drops: [], Drops: challenge.Drops,
Completed: progression.Completed, Completed: progression.Completed,
IsPlayable: isDestination, IsPlayable: isDestination,
IsLocked: challenge.IsLocked || false, IsLocked: challenge.IsLocked || false,