comments
This commit is contained in:
parent
dbfc5d42e4
commit
039d36ac46
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue