V1.3.9
This commit is contained in:
parent
d9e76f1b0d
commit
83915bc446
@ -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"
|
||||
);
|
||||
|
||||
|
||||
@ -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"
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user