mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Remove unnecessary _lastDamagedTargetGuid check
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user