Fix typo (2)
This commit is contained in:
parent
cfc33ce44d
commit
348db18c02
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue