Misc/Fixup

* make time formatting js compatible
 * add auto-discovery for rss feeds
 * fix typos
 * define more magic numbers
This commit is contained in:
Sarjuuk
2025-07-27 03:42:23 +02:00
parent b35ab67360
commit 40b5c992e2
18 changed files with 70 additions and 65 deletions

View File

@@ -55,10 +55,10 @@ class AjaxData extends AjaxHandler
$result .= $this->loadProfilerData($set);
break;
case 'companions':
$result .= $this->loadProfilerData($set, '778');
$result .= $this->loadProfilerData($set, SKILL_COMPANIONS);
break;
case 'mounts':
$result .= $this->loadProfilerData($set, '777');
$result .= $this->loadProfilerData($set, SKILL_MOUNTS);
break;
case 'quests':
$catg = isset($this->_get['catg']) ? $this->_get['catg'] : 'null';
@@ -81,7 +81,7 @@ class AjaxData extends AjaxHandler
$result .= "\n\$WowheadProfiler.loadOnDemand('recipes', null);\n";
break;
// locale independant
// locale independent
case 'quick-excludes':
case 'weight-presets':
case 'item-scaling':