Core/Players: fixed an ancient typo in 34b3617184

thx to Artamedes for noticing
This commit is contained in:
Ovahlord
2020-01-26 16:34:56 +01:00
parent a1c415c658
commit 65145b375a

View File

@@ -1131,7 +1131,7 @@ void Player::Update(uint32 p_time)
setAttackTimer(OFF_ATTACK, 100);
else if (!IsWithinBoundaryRadius(victim) && !HasInArc(2 * float(M_PI) / 3, victim))
{
setAttackTimer(BASE_ATTACK, 100);
setAttackTimer(OFF_ATTACK, 100);
}
else
{