add Whispering Roots to db
This commit is contained in:
parent
f171064ff1
commit
78cf8e0465
3 changed files with 19 additions and 1 deletions
|
|
@ -5957,6 +5957,14 @@ var HK = {
|
||||||
entries: {}
|
entries: {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/* ###################################### Collectibles -> Whispering Roots ############################################## */
|
||||||
|
whisperingRoots: {
|
||||||
|
h2: "Whispering Roots",
|
||||||
|
id: "hk-whispering-roots",
|
||||||
|
description: "Whispering Roots Description.",
|
||||||
|
entries: {}
|
||||||
|
},
|
||||||
|
|
||||||
/* ###################################### Collectibles -> Items ############################################## */
|
/* ###################################### Collectibles -> Items ############################################## */
|
||||||
items: {
|
items: {
|
||||||
h2: "Items",
|
h2: "Items",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2739,6 +2739,16 @@ const HK = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/* ###################################### Collectibles -> Whispering Roots ############################################## */
|
||||||
|
|
||||||
|
whisperingRoots: {
|
||||||
|
h2: "Whispering Roots",
|
||||||
|
id: "hk-whispering-roots",
|
||||||
|
description: `Whispering Roots Description.`,
|
||||||
|
entries: {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
/* ###################################### Collectibles -> Items ############################################## */
|
/* ###################################### Collectibles -> Items ############################################## */
|
||||||
|
|
||||||
items: {
|
items: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue