add Character type pictures to Character registration page (Issue #97)
This commit is contained in:
parent
6a6b598f20
commit
ea1c3ec7b3
3 changed files with 23 additions and 4 deletions
|
|
@ -392,6 +392,19 @@
|
|||
}
|
||||
|
||||
|
||||
public function getXPLevelsForSeminary($seminaryId)
|
||||
{
|
||||
return $this->db->query(
|
||||
'SELECT id, xps, level, name '.
|
||||
'FROM xplevels '.
|
||||
'WHERE seminary_id = ? '.
|
||||
'ORDER BY level ASC',
|
||||
'i',
|
||||
$seminaryId
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check if a Character name already exists.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue