mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* make time formatting js compatible * add auto-discovery for rss feeds * fix typos * define more magic numbers
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user