diff --git a/project/src/models/eft/common/tables/IItem.ts b/project/src/models/eft/common/tables/IItem.ts index 1dd633f4..7e0edabf 100644 --- a/project/src/models/eft/common/tables/IItem.ts +++ b/project/src/models/eft/common/tables/IItem.ts @@ -36,7 +36,7 @@ export interface Upd Foldable?: Foldable; SideEffect?: SideEffect; RepairKit?: RepairKit; - CultistAmulet: ICultistAmulet; + CultistAmulet?: ICultistAmulet; } export interface Buff