fix: add ActiveQuest
This commit is contained in:
parent
eb96ee5168
commit
8070c2b55c
@ -931,7 +931,9 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
|
|||||||
//Zanuka
|
//Zanuka
|
||||||
Harvestable: Boolean,
|
Harvestable: Boolean,
|
||||||
//Grustag three
|
//Grustag three
|
||||||
DeathSquadable: Boolean
|
DeathSquadable: Boolean,
|
||||||
|
//ActiveQuest
|
||||||
|
ActiveQuest: String
|
||||||
},
|
},
|
||||||
{ timestamps: { createdAt: "Created" } }
|
{ timestamps: { createdAt: "Created" } }
|
||||||
);
|
);
|
||||||
|
@ -268,6 +268,7 @@ export interface IInventoryResponse {
|
|||||||
PendingCoupon: IPendingCoupon;
|
PendingCoupon: IPendingCoupon;
|
||||||
Harvestable: boolean;
|
Harvestable: boolean;
|
||||||
DeathSquadable: boolean;
|
DeathSquadable: boolean;
|
||||||
|
ActiveQuest: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IAffiliation {
|
export interface IAffiliation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user