chore: add Conselor to IInventoryClient

this isn't an accolade, but it unlocks a new chat
This commit is contained in:
Sainan 2025-04-11 16:55:23 +02:00
parent 70fa48ab07
commit 61e168e444

View File

@ -238,6 +238,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
Accolades?: { Accolades?: {
Heirloom?: boolean; Heirloom?: boolean;
}; };
Counselor?: boolean;
Upgrades: IUpgradeClient[]; Upgrades: IUpgradeClient[];
EquippedGear: string[]; EquippedGear: string[];
DeathMarks: string[]; DeathMarks: string[];