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:
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user