返回提交历史
Modified
src/types/inventoryTypes/inventoryTypes.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
chore: add Conselor to IInventoryClient this isn't an accolade, but it unlocks a new chat
61e168e4
代码差异
1 个文件
+1
-0
@@ -238,6 +238,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
238
238
Accolades?: {
239
239
Heirloom?: boolean;
240
240
};
241
Counselor?: boolean;
241
242
Upgrades: IUpgradeClient[];
242
243
EquippedGear: string[];
243
244
DeathMarks: string[];