Skip to content

Commit

Permalink
chore: update wowhead url using wotlk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Nov 11, 2024
1 parent 7e6b3f3 commit cce8bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function loadConfig(bool $noPHP = false) : void
$pageCall = $_[0];
$pageParam = $_[1] ?? '';

Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/'.$str;
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/wotlk/'.$str;
}
else if (!empty($AoWoWconf['aowow']))
Lang::load('enus');
Expand Down
2 changes: 1 addition & 1 deletion pages/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ protected function postCache()
else
{
if ($this->hId)
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/event='.$this->hId;
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/wotlk/event='.$this->hId;

/********************/
/* finalize infobox */
Expand Down

0 comments on commit cce8bc9

Please sign in to comment.