add icons for Character groups
This commit is contained in:
parent
da057fb983
commit
f2de7c3de7
7 changed files with 88 additions and 20 deletions
|
|
@ -132,6 +132,9 @@
|
|||
|
||||
// Get Character groups
|
||||
$groups = $this->Charactergroups->getGroupsForCharacter($character['id']);
|
||||
foreach($groups as &$group) {
|
||||
$group['groupsgroup'] = $this->Charactergroups->getGroupsgroupById($group['charactergroupsgroup_id']);
|
||||
}
|
||||
|
||||
// Get Achievements
|
||||
$achievements = $this->Achievements->getAchievedAchievementsForCharacter($character['id']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue