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