Update src/models/inventoryModels/inventoryModel.ts
Some checks failed
Build / build (pull_request) Failing after 1m11s
Some checks failed
Build / build (pull_request) Failing after 1m11s
This commit is contained in:
parent
15f3a499bf
commit
e7cc9c6a68
@ -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 },
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user