Fix syntax err
This commit is contained in:
parent
70e73e8b54
commit
cfc33ce44d
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue