Fixes Immobilize cooldown

This commit is contained in:
BuildTools 2016-05-01 08:17:14 +01:00
parent 8b3b3c9739
commit e4f8b0e1bc

View file

@ -23,7 +23,7 @@ public class SwiftKick extends ChiAbility {
}
this.damage = getConfig().getInt("Abilities.Chi.SwiftKick.Damage");
this.blockChance = getConfig().getInt("Abilities.Chi.ChiCombo.ChiBlockChance");
this.cooldown = getConfig().getInt("Abilities.Chi.ChiCombo.Cooldown");
this.cooldown = getConfig().getInt("Abilities.Chi.ChiCombo.Immobilize.Cooldown");
this.target = GeneralMethods.getTargetedEntity(player, 4);
start();
}