add Relics - Wanderer's Journal to db
This commit is contained in:
parent
78cf8e0465
commit
a2c72ed9b3
3 changed files with 19 additions and 1 deletions
|
|
@ -5965,6 +5965,14 @@ var HK = {
|
|||
entries: {}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - Wanderer's Journal ############################################## */
|
||||
relicsWanderersJournal: {
|
||||
h2: "Relics - Wanderer's Journal",
|
||||
id: "hk-relics-journal",
|
||||
description: "Relics - Wanderer's Journal Description.",
|
||||
entries: {}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
items: {
|
||||
h2: "Items",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2749,6 +2749,16 @@ const HK = {
|
|||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - Wanderer's Journal ############################################## */
|
||||
|
||||
relicsWanderersJournal: {
|
||||
h2: "Relics - Wanderer's Journal",
|
||||
id: "hk-relics-journal",
|
||||
description: `Relics - Wanderer's Journal Description.`,
|
||||
entries: {
|
||||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
|
||||
items: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue