Skip to content

Commit

Permalink
Updating generateSiteData command
Browse files Browse the repository at this point in the history
  • Loading branch information
lab3 committed Sep 24, 2023
1 parent 2351a10 commit 7d929bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ private static void generateSpellData() {
sb.append(String.format(SPELL_DATA_TEMPLATE,
handleCapitalization(spellType.getSpellName()),
handleCapitalization(spellType.getSchoolType().getDisplayName().getString()),
String.format("/img/spells/%s.png", spellType.getSpellId()),
String.format("/img/spells/%s.png", spellType.getSpellName()),
spellType.getMinLevel(),
spellType.getMaxLevel(),
spellType.getManaCost(spellMin, null),
Expand Down

0 comments on commit 7d929bc

Please sign in to comment.