Update src/models/inventoryModels/inventoryModel.ts
Some checks failed
Build / build (pull_request) Failing after 1m11s

This commit is contained in:
azdful 2025-07-23 09:58:42 -07:00
parent 15f3a499bf
commit e7cc9c6a68

View File

@ -1437,6 +1437,8 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
PremiumCreditsFree: { type: Number, default: 0 },
//Endo
FusionPoints: { type: Number, default: 0 },
//Dirac
CrewShipFusionPoints: { type: Number, default: 0 },
//Regal Aya
PrimeTokens: { type: Number, default: 0 },