From 6ee0d637669f0a8745040e45c4a46b773ad26004 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 19 Mar 2023 18:02:57 +0100 Subject: [PATCH] Update external links to point to wotlk speciffic database --- includes/kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');