mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler
* 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:
@@ -8,7 +8,7 @@ if (!defined('AOWOW_REVISION'))
|
||||
// tabid 0: Database g_initHeader()
|
||||
class EmotePage extends GenericPage
|
||||
{
|
||||
use DetailPage;
|
||||
use TrDetailPage;
|
||||
|
||||
protected $type = TYPE_EMOTE;
|
||||
protected $typeId = 0;
|
||||
|
||||
Reference in New Issue
Block a user