Fixed incorrect IRestrictionsInRaid
interface
(cherry picked from commit 10dfb89787
)
This commit is contained in:
parent
ef8c3d30cf
commit
1236f8ef4d
@ -1010,8 +1010,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