This commit is contained in:
ReznoRMichael 2021-07-29 22:24:20 +02:00
parent dbfc5d42e4
commit 039d36ac46

View file

@ -496,10 +496,12 @@ function CheckExtendedCompletion(db) {
switch (section) {
/* Ignore these sections totally */
case "intro":
case "hints":
case "huntersJournal":
case "huntersJournalOptional":
continue;
default:
@ -516,6 +518,7 @@ function CheckExtendedCompletion(db) {
case "xunFlowerBrokeTimes":
case "geoRocks":
case "itemsDiscovered":
continue;
}