feat: Void Corruption 2025 #2865

Merged
Sainan merged 39 commits from Slayer55555/SpaceNinjaServer:void-alerts into main 2025-10-09 00:28:35 -07:00
Showing only changes of commit 2fda5c7de5 - Show all commits

View File

@ -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

This field has been in all inventories for at least 20 months. Why are you making it optional?

This field has been in all inventories for at least 20 months. Why are you making it optional?

npm run verify fails if it's not optional

`npm run verify` fails if it's not optional

npm run verify doesn't fails because of that
npm run lint:ci fails because there is useless inventory.CompletedAlerts ??= [];

`npm run verify` doesn't fails because of that `npm run lint:ci` fails because there is useless `inventory.CompletedAlerts ??= [];`

Ohhh, I will try to fix it later, thanks.

Ohhh, I will try to fix it later, thanks.
Consumables: ITypeCount[];
LevelKeys: ITypeCount[];
TauntHistory?: ITaunt[];