spells initial html fill
This commit is contained in:
parent
1186f788e9
commit
8dd7e1dd5b
2 changed files with 3 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1065,9 +1065,7 @@ function InitialHTMLPopulate(divIdObj) {
|
|||
|
||||
// Spells Misc
|
||||
for (let i in HK.SPELLS) {
|
||||
for (let j = 1; j <= 2; j++) {
|
||||
FillHTML(divIdObj.spells, HK.SPELLS[i][j][0], HK.SPELLS[i][j][1]);
|
||||
}
|
||||
FillHTML(divIdObj.spells, HK.SPELLS[i].name, HK.SPELLS[i].spoiler);
|
||||
}
|
||||
|
||||
// Nightmare King Grimm / Banishment Misc
|
||||
|
|
|
|||
Loading…
Reference in a new issue