diff --git a/shared/C.js b/shared/C.js index ad1c1af..686bff7 100644 --- a/shared/C.js +++ b/shared/C.js @@ -88,7 +88,7 @@ exports.FORMULA_PRE_REPLACEMENTS = }, { match : "$GalaxyVar:libGDHL_gv_bALHeroKerriganAssimilationBaseModifier$", - replace : "1" + replace : "0.1" }, { match : "Behavior,CrusaderPunishStackingSlow,Modification.UnifiedMoveSpeedFactor*(-100)6", diff --git a/web/changelog.json b/web/changelog.json index 306cff7..aeb23b2 100644 --- a/web/changelog.json +++ b/web/changelog.json @@ -1,4 +1,12 @@ [ + { + "version" : "2.1.5", + "when" : "2015-09-03", + "patchVersion" : "37117", + "changes" : [ + "Fixed the 'description' field for the Kerrigan ability Assimilation... again." + ] + }, { "version" : "2.1.4", "when" : "2015-08-27",