Core/Threat: Further tweak to assist threat, all CC now prevents assist threat splitting (not just damage-breakable CC)
Port From (https://github.com/TrinityCore/TrinityCore/commit/7a503ff597bf07c12202c510de8245b76755b668)
This commit is contained in:
@@ -565,7 +565,7 @@ namespace Game.Combat
|
||||
foreach (var pair in _threatenedByMe)
|
||||
{
|
||||
Creature owner = pair.Value.GetOwner();
|
||||
if (!owner.HasBreakableByDamageCrowdControlAura())
|
||||
if (!owner.HasUnitState(UnitState.Controlled))
|
||||
canBeThreatened.Add(owner);
|
||||
else
|
||||
cannotBeThreatened.Add(owner);
|
||||
|
||||
Reference in New Issue
Block a user