change quest links to wowhead
This commit is contained in:
parent
acc1655c92
commit
7afa4cde14
6 changed files with 7 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ export class Armory {
|
|||
|
||||
const locals = {
|
||||
aowow: this.config.aowowUrl,
|
||||
wowhead: this.config.wowheadUrl,
|
||||
websiteUrl: this.config.websiteUrl,
|
||||
websiteName: this.config.websiteName,
|
||||
websiteRoot: this.config.websiteRoot,
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ export interface IIframeModeConfig {
|
|||
|
||||
export class Config {
|
||||
public aowowUrl: string;
|
||||
public wowheadUrl: string;
|
||||
public websiteUrl: string;
|
||||
public websiteName: string;
|
||||
public websiteRoot: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue