Fixed PvP Combat timer never getting refreshed
Port From (https://github.com/TrinityCore/TrinityCore/commit/45585b53053b215a4ab225b8c803f6fc6616eb74)
This commit is contained in:
@@ -105,9 +105,6 @@ namespace Game.Entities
|
||||
if (enemy == null)
|
||||
return;
|
||||
|
||||
if (IsEngagedBy(enemy))
|
||||
return;
|
||||
|
||||
if (CanHaveThreatList())
|
||||
m_threatManager.AddThreat(enemy, 0.0f, null, true, true);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user