fix(Scripts/Spells): Fix 'still in combat' status after hunter tames a beast (in quest) (#25811)

This commit is contained in:
sigman
2026-05-14 02:49:29 -07:00
committed by GitHub
parent cb999cf889
commit 1dd2236a06
@@ -313,6 +313,7 @@ class spell_hun_taming_the_beast : public AuraScript
if (Creature* creature = target->ToCreature())
{
creature->GetThreatMgr().ClearAllThreat();
creature->GetCombatManager().EndAllCombat();
}
}
}