diff --git a/includes/kernel.php b/includes/kernel.php index a4814662..81b9a16d 100644 --- a/includes/kernel.php +++ b/includes/kernel.php @@ -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');