mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core/SmartAI: Remove PauseMovement on AttackStart
Closes #21144
(cherry picked from commit e27a745c58)
This commit is contained in:
@@ -594,7 +594,6 @@ void SmartAI::AttackStart(Unit* who)
|
||||
if (who && me->Attack(who, mCanAutoAttack))
|
||||
{
|
||||
me->GetMotionMaster()->Clear(MOTION_SLOT_ACTIVE);
|
||||
me->PauseMovement();
|
||||
|
||||
if (mCanCombatMove)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user