1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +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

View File

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