Fix build

This commit is contained in:
hondacrx
2017-11-13 14:14:59 -05:00
parent 02535a0d47
commit 2960d88aed
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -4183,7 +4183,7 @@ namespace Game.Spells
{
if (player.GetRuneCooldown(i) == 0 && runeCost > 0)
{
player.SetRuneCooldown(i, didHit ? player.GetRuneBaseCooldown() : RuneCooldowns.Miss, true);
player.SetRuneCooldown(i, didHit ? player.GetRuneBaseCooldown() : RuneCooldowns.Miss);
--runeCost;
}
}