Remove unnecessary _lastDamagedTargetGuid check

This commit is contained in:
trickerer
2021-08-25 20:20:16 +07:00
parent 8b95274f82
commit 13b45e076b

View File

@@ -444,8 +444,7 @@ void Unit::Update(uint32 p_time)
m_combatManager.Update(p_time);
if (_lastDamagedTargetGuid)
_lastDamagedTargetGuid = ObjectGuid::Empty;
_lastDamagedTargetGuid = ObjectGuid::Empty;
if (_lastExtraAttackSpell)
{
while (!extraAttacksTargets.empty())