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:
parent
10ce9c14e8
commit
87b2743ce3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user