diff --git a/components/candle/challengeService.ts b/components/candle/challengeService.ts index 1c205417..b5699a51 100644 --- a/components/candle/challengeService.ts +++ b/components/candle/challengeService.ts @@ -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,