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