Skip to content

Commit

Permalink
Remove FoH Cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
yayza committed Apr 11, 2021
1 parent 91e7a69 commit 6340f6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kolbot/libs/common/Attacks/Paladin.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ var ClassAttack = {

return 1;
case 121: // FoH
if (!me.getState(121)) {
if (getDistance(me, unit) > Skill.getRange(attackSkill) || CollMap.checkColl(me, unit, 0x2004, 2)) {
if (!Attack.getIntoPosition(unit, Skill.getRange(attackSkill), 0x2004, true)) {
return 0;
Expand All @@ -200,7 +199,6 @@ var ClassAttack = {

return 1;
}
}

break;
default:
Expand Down

0 comments on commit 6340f6c

Please sign in to comment.