diff --git a/archive/src/main/resources/org/openrs2/archive/V1__init.sql b/archive/src/main/resources/org/openrs2/archive/V1__init.sql index fdaa2ad1a6..7596edab91 100644 --- a/archive/src/main/resources/org/openrs2/archive/V1__init.sql +++ b/archive/src/main/resources/org/openrs2/archive/V1__init.sql @@ -175,7 +175,7 @@ SELECT COUNT(*), COUNT(g.container_id), COUNT(*) FILTER (WHERE c.encrypted), - COUNT(*) FILTER (WHERE c.key_id IS NOT NULL OR (c.empty_loc IS NOT NULL AND c.empty_loc)) + COUNT(*) FILTER (WHERE c.key_id IS NOT NULL) FROM master_index_valid_indexes v JOIN index_groups ig ON ig.container_id = v.container_id LEFT JOIN groups g ON g.archive_id = v.archive_id AND g.group_id = ig.group_id AND ( diff --git a/archive/src/main/resources/org/openrs2/archive/templates/caches/index.html b/archive/src/main/resources/org/openrs2/archive/templates/caches/index.html index bd63ea56f3..7c03f44518 100644 --- a/archive/src/main/resources/org/openrs2/archive/templates/caches/index.html +++ b/archive/src/main/resources/org/openrs2/archive/templates/caches/index.html @@ -18,7 +18,7 @@ Name Indexes Groups - Keys1 + Keys Links @@ -62,18 +62,6 @@ -

- 1 Map squares in the middle of the - sea are unreachable by normal players, making it impossible to - obtain the keys for their loc groups. However, the loc groups - for these map squares are empty. As XTEA does not hide the - length of the compressed data, this service infers which - encrypted loc groups are empty and includes them in the number - of valid keys, regardless of whether the key is known or not. - After downloading a cache from this service, a cache editor may - be used to replace the empty encrypted loc groups with - unencrypted replacements. -

diff --git a/archive/src/main/resources/org/openrs2/archive/templates/caches/show.html b/archive/src/main/resources/org/openrs2/archive/templates/caches/show.html index c4c057815b..0b64b12110 100644 --- a/archive/src/main/resources/org/openrs2/archive/templates/caches/show.html +++ b/archive/src/main/resources/org/openrs2/archive/templates/caches/show.html @@ -46,7 +46,7 @@ - Keys1 + Keys Calculating...