feat: Void Corruption 2025 #2865
@ -314,7 +314,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
|
||||
DeathMarks: string[];
|
||||
FusionTreasures: IFusionTreasure[];
|
||||
//WebFlags: IWebFlags;
|
||||
CompletedAlerts?: string[];
|
||||
CompletedAlerts: string[];
|
||||
|
Slayer55555 marked this conversation as resolved
Outdated
|
||||
Consumables: ITypeCount[];
|
||||
LevelKeys: ITypeCount[];
|
||||
TauntHistory?: ITaunt[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
This field has been in all inventories for at least 20 months. Why are you making it optional?
npm run verifyfails if it's not optionalnpm run verifydoesn't fails because of thatnpm run lint:cifails because there is uselessinventory.CompletedAlerts ??= [];Ohhh, I will try to fix it later, thanks.