mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- Account:
* updated forgotten $_SERVER['REMOTE_ADDR'] uses in pages * do not update lastLogin on User::Auth() (restores reset of daily limitations) * only update ip if it changed - updated dead help-link in petCalc
This commit is contained in:
@@ -960,7 +960,7 @@ function TalentCalc() {
|
||||
|
||||
_ = $WH.ce('a');
|
||||
_.className = 'talentcalc-button-help';
|
||||
_.href = (_mode == MODE_PET ? 'http://petopia.brashendeavors.net/html/patch30/patch30faq_talents.php' : '?help=talent-calculator');
|
||||
_.href = (_mode == MODE_PET ? 'http://www.wow-petopia.com/talents/talents.html' : '?help=talent-calculator');
|
||||
_.target = '_blank';
|
||||
$WH.ae(_, $WH.ct(LANG.tc_help));
|
||||
$WH.ae(sidebarDivInner, _);
|
||||
|
||||
Reference in New Issue
Block a user