Fix typo (2)

This commit is contained in:
b 2021-09-13 12:32:52 -07:00
parent cfc33ce44d
commit 348db18c02

View file

@ -2019,7 +2019,7 @@ function displaySpellDamage(parent_elem, overallparent_elem, build, spell, spell
let third = document.createElement("b");
third.textContent = ") [Base: " + build.getSpellCost(spellIdx, spell.cost) + " ]";
third.textContent = ") [Base: " + build.getBaseSpellCost(spellIdx, spell.cost) + " ]";
title_elem.appendChild(third.cloneNode(true));
title_elemavg.appendChild(third);
}