mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(Core/Entities): Fix attack timers not resetting each other (#24204)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user