Fix syntax err

This commit is contained in:
b 2021-09-13 12:31:43 -07:00
parent 70e73e8b54
commit cfc33ce44d

View file

@ -389,7 +389,7 @@ class Build{
/* Getters */ /* Getters */
getSpellCost(spellIdx, cost) { getSpellCost(spellIdx, cost) {
return Math.max(1, this.getBaseSpellCost(spellIdx, cost); return Math.max(1, this.getBaseSpellCost(spellIdx, cost));
} }
getBaseSpellCost(spellIdx, cost) { getBaseSpellCost(spellIdx, cost) {