correct listing of managing Characters (fixes #8)
This commit is contained in:
parent
2bab62026e
commit
8b01676622
2 changed files with 4 additions and 4 deletions
|
|
@ -165,7 +165,7 @@
|
|||
break;
|
||||
case 'role':
|
||||
return $this->db->query(
|
||||
'SELECT '.
|
||||
'SELECT DISTINCT '.
|
||||
'characters.id, characters.created, characters.user_id, characters.name, characters.url, cache_characters.xps, cache_characters.quest_xps, cache_characters.avatar_id, '.
|
||||
'charactertypes.id AS charactertype_id, charactertypes.name AS charactertype_name, charactertypes.url AS charactertype_url, '.
|
||||
'xplevels.id AS xplevel_id, xplevels.level AS xplevel, '.
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
break;
|
||||
default:
|
||||
return $this->db->query(
|
||||
'SELECT '.
|
||||
'SELECT DISTINCT '.
|
||||
'characters.id, characters.created, characters.user_id, characters.name, characters.url, cache_characters.xps, cache_characters.quest_xps, cache_characters.avatar_id, '.
|
||||
'charactertypes.id AS charactertype_id, charactertypes.name AS charactertype_name, charactertypes.url AS charactertype_url, '.
|
||||
'xplevels.id AS xplevel_id, xplevels.level AS xplevel, '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue