fix(Core/Entities): Fix attack timers not resetting each other (#24204)
This commit is contained in:
parent
caae3a28e5
commit
9d802dcd0a
2 changed files with 10 additions and 0 deletions
|
|
@ -3977,6 +3977,10 @@ void Unit::_UpdateAutoRepeatSpell()
|
|||
|
||||
// Reset attack
|
||||
resetAttackTimer(RANGED_ATTACK);
|
||||
|
||||
// Blizzlike: Reset melee swing timers when performing ranged attack
|
||||
resetAttackTimer(BASE_ATTACK);
|
||||
resetAttackTimer(OFF_ATTACK);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue