mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler
* translate anouncements for loc 3 * fix queue locking up on error * fix queue status display * fix flagging real characters as private
This commit is contained in:
@@ -44,10 +44,11 @@ class ProfileList extends BaseType
|
||||
'gearscore' => $this->getField('gearscore')
|
||||
);
|
||||
|
||||
// for the lv this determins if the link is profile=<id> or profile=<region>.<realm>.<name>
|
||||
if ($this->isCustom())
|
||||
if ($addInfo & PROFILEINFO_USER)
|
||||
$data[$this->id]['published'] = (int)!!($this->getField('cuFlags') & PROFILER_CU_PUBLISHED);
|
||||
else
|
||||
|
||||
// for the lv this determins if the link is profile=<id> or profile=<region>.<realm>.<name>
|
||||
if (!$this->isCustom())
|
||||
$data[$this->id]['region'] = Profiler::urlize($this->getField('region'));
|
||||
|
||||
if ($addInfo & PROFILEINFO_ARENA)
|
||||
|
||||
Reference in New Issue
Block a user