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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue