Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Fixed the Kerrigan Assimilation ability... again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembiance committed Sep 3, 2015
1 parent 162c7a8 commit 8500cc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shared/C.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions web/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8500cc7

Please sign in to comment.