diff --git a/project/src/models/eft/common/tables/ITemplateItem.ts b/project/src/models/eft/common/tables/ITemplateItem.ts index 6f93b3a6..9a9cb218 100644 --- a/project/src/models/eft/common/tables/ITemplateItem.ts +++ b/project/src/models/eft/common/tables/ITemplateItem.ts @@ -382,7 +382,7 @@ export interface Props ExplosionEffectType?: string LinkedWeapon?: string UseAmmoWithoutShell?: boolean - RandomLootSettings: IRandomLootSettings + RandomLootSettings?: IRandomLootSettings } export interface IHealthEffect