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