* further optimize search
   - use achievement 4496 as shortcut for everything based around total achievement points
   - get talent distribution separately
   - get total profiler-items found separately
   - opt to not sort found results
 * fixed Profiles with zero Achievement Points
 * added cache key genrator i forgot :<
 * fixed typos
This commit is contained in:
Sarjuuk
2018-03-28 20:34:18 +02:00
parent 431e984f03
commit bf42973c00
49 changed files with 117 additions and 86 deletions

View File

@@ -9692,7 +9692,9 @@ Listview.funcBox = {
}
}
if (achievementPoints > 0) {
// aowow: changed because legitemately passing zero APs from the profiler is a thing
// (achievementPoints > 0) {
if (typeof achievementPoints == 'number') {
if (ns) {
$WH.ae(d, $WH.ct(' '));
}