From 0e65f4a9e338db30774468c2ad9d233943f588de Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 22 Jul 2018 20:13:04 -0500 Subject: [PATCH] Fixed prod-all upgrades being broken --- constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.js b/constants.js index 732ade5..193774a 100644 --- a/constants.js +++ b/constants.js @@ -240,6 +240,8 @@ function createProdAllUpgrades() { prefix + (counter - 1) ]; } + + counter += 1; } }