mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/Players: fixed an ancient typo in 34b3617184
thx to Artamedes for noticing
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user