feat: hide game masters
This commit is contained in:
parent
04ea344bb2
commit
1fd6b326dc
8 changed files with 201 additions and 4213 deletions
|
|
@ -11,12 +11,15 @@ export interface IDatabaseConfig {
|
|||
|
||||
export interface IRealmConfig {
|
||||
name: string;
|
||||
database: IDatabaseConfig;
|
||||
realmId: number;
|
||||
authDatabase: string;
|
||||
charactersDatabase: IDatabaseConfig;
|
||||
}
|
||||
|
||||
export class Config {
|
||||
public aowowUrl: string;
|
||||
public loadDbcs: boolean;
|
||||
public hideGameMasters: boolean;
|
||||
public realms: IRealmConfig[];
|
||||
public worldDatabase: IDatabaseConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue