fix: show endless relic rewards in EOM screen #2813

Merged
Sainan merged 7 commits from relic-reward-discrepancy into main 2025-09-26 04:42:10 -07:00
Showing only changes of commit 1754ddbd2a - Show all commits

View File

@ -1467,7 +1467,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
SubscribedToEmailsPersonalized: { type: Number, default: 0 },
RewardSeed: BigInt,
// Temporary data so we can show all relic reward from an endless mission at EOM
// Temporary data so we can show all relic rewards from an endless mission at EOM
MissionRelicRewards: { type: [typeCountSchema], default: undefined },
//Credit