diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index c65b426c..63d1b315 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -238,6 +238,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu Accolades?: { Heirloom?: boolean; }; + Counselor?: boolean; Upgrades: IUpgradeClient[]; EquippedGear: string[]; DeathMarks: string[];