From 10dfb897873a1cd05e12ab258ef8867f505e5dff Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 19 Aug 2024 18:35:06 +0100 Subject: [PATCH] Fixed incorrect `IRestrictionsInRaid` interface --- project/src/models/eft/common/IGlobals.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/src/models/eft/common/IGlobals.ts b/project/src/models/eft/common/IGlobals.ts index 5d605c53..02644e4a 100644 --- a/project/src/models/eft/common/IGlobals.ts +++ b/project/src/models/eft/common/IGlobals.ts @@ -1033,8 +1033,9 @@ export interface IAlpinist { } export interface IRestrictionsInRaid { + MaxInLobby: number; + MaxInRaid: number; TemplateId: string; - Value: number; } export interface IFavoriteItemsSettings {