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