Update external links to point to wotlk speciffic database

This commit is contained in:
Sarjuuk
2023-03-19 18:02:57 +01:00
parent 0c47f262ea
commit 6ee0d63766

View File

@@ -271,7 +271,7 @@ if (!CLI)
$pageCall = $_[0];
$pageParam = $_[1] ?? '';
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/'.$str;
Util::$wowheadLink = 'https://www.wowhead.com/wotlk/'.(User::$localeId ? Util::$subDomains[User::$localeId].'/' : '').$str;
}
else if (!empty($AoWoWconf['aowow']))
Lang::load('enus');