fix order of Character groups Quests (fixes #169)
This commit is contained in:
parent
8353cfc7d9
commit
a36437e572
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
'FROM charactergroupsquests_groups '.
|
||||
'LEFT JOIN charactergroupsquests ON charactergroupsquests.id = charactergroupsquests_groups.charactergroupsquest_id '.
|
||||
'WHERE charactergroupsquests_groups.charactergroup_id = ? '.
|
||||
'ORDER BY charactergroupsquests.created ASC',
|
||||
'ORDER BY charactergroupsquests_groups.created DESC',
|
||||
'i',
|
||||
$groupId
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue