Add player->outfit_url attribute

This commit is contained in:
slawkens
2025-01-09 22:41:34 +01:00
parent c769962e39
commit 3b5be1a8db
3 changed files with 7 additions and 1 deletions

View File

@@ -1125,6 +1125,7 @@ function getTopPlayers($limit = 5, $skill = 'level') {
$row = $e->toArray();
$row['online'] = $e->online_status;
$row['rank'] = $i + 1;
$row['outfit_url'] = $e->outfit_url;
unset($row['online_table']);