This commit is contained in:
Flatlogic Bot 2026-04-19 09:50:50 +00:00
parent d9e76f1b0d
commit 83915bc446
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ if ($has_vanilla_db_access) {
$stmt_vanilla_db = $db->prepare(
"SELECT cl_scobjs_id, cl_scobjs_name, cl_scobjs_type, cl_scobjs_subtype, cl_scobjs_uuid, cl_scobjs_rarity, cl_scobjs_description
FROM tbl_scobjs" . $vanilla_db_where_sql . "
ORDER BY cl_scobjs_name ASC, cl_scobjs_type ASC, cl_scobjs_subtype ASC, cl_scobjs_id ASC
ORDER BY cl_scobjs_id DESC
LIMIT :vanilla_limit OFFSET :vanilla_offset"
);

View File

@ -343,7 +343,7 @@ if ($has_vanilla_db_access) {
$stmt_vanilla_db = $db->prepare(
"SELECT cl_scobjs_id, cl_scobjs_name, cl_scobjs_type, cl_scobjs_subtype, cl_scobjs_uuid, cl_scobjs_rarity, cl_scobjs_description
FROM tbl_scobjs" . $vanilla_db_where_sql . "
ORDER BY cl_scobjs_name ASC, cl_scobjs_type ASC, cl_scobjs_subtype ASC, cl_scobjs_id ASC
ORDER BY cl_scobjs_id DESC
LIMIT :vanilla_limit OFFSET :vanilla_offset"
);