remove Hunter's Journal from ext completion
This commit is contained in:
parent
d10998bc0e
commit
64de2d1186
4 changed files with 7 additions and 5 deletions
|
|
@ -409,6 +409,7 @@ function CheckExtendedCompletion(db) {
|
|||
switch (section) {
|
||||
case "intro":
|
||||
case "hints":
|
||||
case "huntersJournal":
|
||||
continue;
|
||||
|
||||
default:
|
||||
|
|
@ -4362,7 +4363,7 @@ var HK = {
|
|||
wiki: "Pale_Lurker"
|
||||
},
|
||||
Crawler: {
|
||||
name: "Tiktik?",
|
||||
name: "Crawlid",
|
||||
spoiler: "",
|
||||
wiki: ""
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -489,6 +489,7 @@ function CheckExtendedCompletion(db) {
|
|||
|
||||
case "intro":
|
||||
case "hints":
|
||||
case "huntersJournal":
|
||||
continue;
|
||||
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -1587,9 +1587,9 @@ const HK = {
|
|||
wiki: "Pale_Lurker"
|
||||
},
|
||||
Crawler: {
|
||||
name: "Tiktik?",
|
||||
spoiler: "",
|
||||
wiki: ""
|
||||
name: "Crawlid",
|
||||
spoiler: "King's Pass, Forgotten Crossroads, Greenpath",
|
||||
wiki: "Crawlid"
|
||||
},
|
||||
Buzzer: {
|
||||
name: "Gruzzer?",
|
||||
|
|
|
|||
Loading…
Reference in a new issue