Fixed incorrect IRestrictionsInRaid interface

(cherry picked from commit 10dfb89787)
This commit is contained in:
Dev 2024-08-19 18:35:06 +01:00
parent ef8c3d30cf
commit 1236f8ef4d

View File

@ -1010,8 +1010,9 @@ export interface IAlpinist {
}
export interface IRestrictionsInRaid {
MaxInLobby: number;
MaxInRaid: number;
TemplateId: string;
Value: number;
}
export interface IFavoriteItemsSettings {