add progress, XPs, rank and Character groups to Character page

This commit is contained in:
coderkun 2014-03-31 21:41:19 +02:00
commit eb2e701a5e
5 changed files with 94 additions and 16 deletions

View file

@ -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',