add comments
This commit is contained in:
parent
ab4d2d5aaa
commit
2d911fca13
1 changed files with 13 additions and 1 deletions
|
|
@ -3058,7 +3058,7 @@ const HK = {
|
|||
},
|
||||
},
|
||||
|
||||
/* ################ Godhome Statistics ################### */
|
||||
/* ################################################# Godhome Statistics ############################################## */
|
||||
|
||||
godhomeStatistics: {
|
||||
h2: "Godhome Statistics",
|
||||
|
|
@ -3158,6 +3158,9 @@ const HK = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Artist #################################################### */
|
||||
|
||||
pantheonOfTheArtist: {
|
||||
h2: "Pantheon of the Artist (P2)",
|
||||
id: "hk-pantheon-artist",
|
||||
|
|
@ -3206,6 +3209,9 @@ const HK = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Sage #################################################### */
|
||||
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
id: "hk-pantheon-sage",
|
||||
|
|
@ -3254,6 +3260,9 @@ const HK = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Knight #################################################### */
|
||||
|
||||
pantheonOfTheKnight: {
|
||||
h2: "Pantheon of the Knight (P4)",
|
||||
id: "hk-pantheon-knight",
|
||||
|
|
@ -3302,6 +3311,9 @@ const HK = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of Hallownest #################################################### */
|
||||
|
||||
pantheonOfHallownest: {
|
||||
h2: "Pantheon of Hallownest (P5)",
|
||||
id: "hk-pantheon-hallownest",
|
||||
|
|
|
|||
Loading…
Reference in a new issue