do not show milestone Achievements in Seminarybar (Issue #276)
This commit is contained in:
parent
da1936bc35
commit
3102108e52
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get last achieved Achievement
|
// Get last achieved Achievement
|
||||||
$achievements = $this->Achievements->getAchievedAchievementsForCharacter($character['id']);
|
$achievements = $this->Achievements->getAchievedAchievementsForCharacter($character['id'], false);
|
||||||
$lastAchievement = array_shift($achievements);
|
$lastAchievement = array_shift($achievements);
|
||||||
|
|
||||||
// Get Character group members
|
// Get Character group members
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue