* 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:
Sarjuuk
2018-03-31 14:34:15 +02:00
parent e50333a518
commit 394a2699d8
7 changed files with 30 additions and 51 deletions

View File

@@ -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)