This commit is contained in:
parent
fec96ba5a2
commit
6932e70704
12 changed files with 760 additions and 245 deletions
|
|
@ -308,7 +308,7 @@
|
|||
}
|
||||
|
||||
// Get XP-levels
|
||||
$xplevels = $this->Characters->getXPLevelsForSeminary($seminary['id']);
|
||||
$xplevels = $this->Xplevels->getXPLevelsForSeminary($seminary['id']);
|
||||
|
||||
// Get Avatars
|
||||
if(count($xplevels) > 0)
|
||||
|
|
@ -563,7 +563,7 @@
|
|||
}
|
||||
|
||||
// Get XP-levels
|
||||
$xplevels = $this->Characters->getXPLevelsForSeminary($seminary['id']);
|
||||
$xplevels = $this->Xplevels->getXPLevelsForSeminary($seminary['id']);
|
||||
|
||||
|
||||
// Set titile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue