fix(Core/Combat): Restore pet/owner combat propagation (#25166)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-22 12:39:34 -05:00
committed by GitHub
parent d31e58d237
commit 9e666623c3
2 changed files with 3 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ void CreatureAI::OnOwnerCombatInteraction(Unit* target)
return;
if (!me->HasReactState(REACT_PASSIVE) && me->CanStartAttack(target, true))
me->EngageWithTarget(target);
AttackStart(target);
}
// Distract creature, if player gets too close while stealthed/prowling