clash-of-clans-unit-levels
Advanced tools
Comparing version
@@ -28,3 +28,3 @@ "use strict"; | ||
if (requiredLaboratoryLevel <= laboratoryLevel){ | ||
maxLvl = maxLevel; | ||
maxLvl = maxLevel + 1; | ||
break; | ||
@@ -34,3 +34,3 @@ } | ||
return maxLvl + 1; | ||
return maxLvl; | ||
} | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "clash-of-clans-unit-levels", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "JSON data that informs about maximum unit levels per townhall. (spells, troops, heroes)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |