add progress, XPs, rank and Character groups to Character page
This commit is contained in:
parent
79eabe1768
commit
eb2e701a5e
5 changed files with 94 additions and 16 deletions
|
|
@ -44,7 +44,7 @@
|
|||
public function getQuestsForCharactergroupsgroup($groupsgroupId)
|
||||
{
|
||||
return $this->db->query(
|
||||
'SELECT id, questgroups_id, title, url '.
|
||||
'SELECT id, questgroups_id, title, url, xps '.
|
||||
'FROM charactergroupsquests '.
|
||||
'WHERE charactergroupsgroup_id = ?',
|
||||
'i',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue