mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Implemented new type: mail
* display and link clientside mails to other types and events * fixed favorites menu for new types * fixed sorting column triggered spells in enchantment listview * some misc cleanups
This commit is contained in:
@@ -671,7 +671,7 @@ class User
|
||||
|
||||
$entities = [];
|
||||
foreach ($tc->iterate() as $id => $__)
|
||||
$entities[] = [$id, $tc->getField('name', true)];
|
||||
$entities[] = [$id, $tc->getField('name', true, true)];
|
||||
|
||||
if ($entities)
|
||||
$data[] = ['id' => $type, 'entities' => $entities];
|
||||
|
||||
Reference in New Issue
Block a user