remove TrainingRetriesLeft, doesn't seem to exist (anymore)
This commit is contained in:
parent
25a099970e
commit
903012afa8
@ -949,8 +949,6 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
|
||||
XPInfo: [TypeXPItemSchema],
|
||||
//Mastery Rank next availability
|
||||
TrainingDate: { type: Date, default: new Date(0) },
|
||||
//Retries rank up(3 time)
|
||||
TrainingRetriesLeft: Number,
|
||||
|
||||
//you saw last played Region when you opened the star map
|
||||
LastRegionPlayed: String,
|
||||
|
@ -208,7 +208,6 @@ export interface IInventoryClient extends IDailyAffiliations {
|
||||
QuestKeys: IQuestKeyResponse[];
|
||||
FlavourItems: IFlavourItem[];
|
||||
Scoops: IEquipmentDatabase[];
|
||||
TrainingRetriesLeft: number;
|
||||
LoadOutPresets: ILoadOutPresets;
|
||||
CurrentLoadOutIds: IOid[]; // we store it in the database using this representation as well :/
|
||||
Missions: IMission[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user