Skip to content

Commit 5f497b7

Browse files
committed
rebase
1 parent 10f0462 commit 5f497b7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/server/game/Entities/Unit/Unit.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5586,9 +5586,6 @@ bool Unit::Attack(Unit* victim, bool meleeAttack)
55865586
ClearUnitState(UNIT_STATE_MELEE_ATTACKING);
55875587
}
55885588

5589-
if (HasUnitState(UNIT_STATE_DISTRACTED))
5590-
GetMotionMaster()->Remove(DISTRACT_MOTION_TYPE);
5591-
55925589
if (m_attacking)
55935590
m_attacking->_removeAttacker(this);
55945591

0 commit comments

Comments
 (0)