From 348db18c02b5fb8c29c2f8968ce3847bd8bf2c5f Mon Sep 17 00:00:00 2001 From: b Date: Mon, 13 Sep 2021 12:32:52 -0700 Subject: [PATCH] Fix typo (2) --- display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.js b/display.js index 5a7c14b..3315ac4 100644 --- a/display.js +++ b/display.js @@ -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); }