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) {
|
switch (section) {
|
||||||
case "intro":
|
case "intro":
|
||||||
case "hints":
|
case "hints":
|
||||||
|
case "huntersJournal":
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
@ -4362,7 +4363,7 @@ var HK = {
|
||||||
wiki: "Pale_Lurker"
|
wiki: "Pale_Lurker"
|
||||||
},
|
},
|
||||||
Crawler: {
|
Crawler: {
|
||||||
name: "Tiktik?",
|
name: "Crawlid",
|
||||||
spoiler: "",
|
spoiler: "",
|
||||||
wiki: ""
|
wiki: ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -489,6 +489,7 @@ function CheckExtendedCompletion(db) {
|
||||||
|
|
||||||
case "intro":
|
case "intro":
|
||||||
case "hints":
|
case "hints":
|
||||||
|
case "huntersJournal":
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
|
|
@ -1587,9 +1587,9 @@ const HK = {
|
||||||
wiki: "Pale_Lurker"
|
wiki: "Pale_Lurker"
|
||||||
},
|
},
|
||||||
Crawler: {
|
Crawler: {
|
||||||
name: "Tiktik?",
|
name: "Crawlid",
|
||||||
spoiler: "",
|
spoiler: "King's Pass, Forgotten Crossroads, Greenpath",
|
||||||
wiki: ""
|
wiki: "Crawlid"
|
||||||
},
|
},
|
||||||
Buzzer: {
|
Buzzer: {
|
||||||
name: "Gruzzer?",
|
name: "Gruzzer?",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue