fix typo
All checks were successful
Build / build (pull_request) Successful in 2m30s

This commit is contained in:
Sainan 2025-09-25 19:37:41 +02:00
parent 14d55d6f1e
commit 1754ddbd2a

View File

@ -1467,7 +1467,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
SubscribedToEmailsPersonalized: { type: Number, default: 0 }, SubscribedToEmailsPersonalized: { type: Number, default: 0 },
RewardSeed: BigInt, 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 }, MissionRelicRewards: { type: [typeCountSchema], default: undefined },
//Credit //Credit