Core/SmartAI: Remove PauseMovement on AttackStart

Closes #21144

(cherry picked from commit e27a745c58)
This commit is contained in:
Killyana
2018-04-14 15:49:53 +02:00
committed by Shauren
parent 666e84607c
commit e7f93ca96d

View File

@@ -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)
{