Fixed incorrect IRestrictionsInRaid
interface
This commit is contained in:
parent
531ffc7fad
commit
10dfb89787
@ -1033,8 +1033,9 @@ export interface IAlpinist {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IRestrictionsInRaid {
|
export interface IRestrictionsInRaid {
|
||||||
|
MaxInLobby: number;
|
||||||
|
MaxInRaid: number;
|
||||||
TemplateId: string;
|
TemplateId: string;
|
||||||
Value: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IFavoriteItemsSettings {
|
export interface IFavoriteItemsSettings {
|
||||||
|
Loading…
Reference in New Issue
Block a user