From cfc33ce44dbdee9ab32775b3ddf7c3b2195294fd Mon Sep 17 00:00:00 2001 From: b Date: Mon, 13 Sep 2021 12:31:43 -0700 Subject: [PATCH] Fix syntax err --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 5e2c54c..f62a934 100644 --- a/build.js +++ b/build.js @@ -389,7 +389,7 @@ class Build{ /* Getters */ getSpellCost(spellIdx, cost) { - return Math.max(1, this.getBaseSpellCost(spellIdx, cost); + return Math.max(1, this.getBaseSpellCost(spellIdx, cost)); } getBaseSpellCost(spellIdx, cost) {