diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index a7147d328..ece192038 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -313,6 +313,7 @@ class spell_hun_taming_the_beast : public AuraScript if (Creature* creature = target->ToCreature()) { creature->GetThreatMgr().ClearAllThreat(); + creature->GetCombatManager().EndAllCombat(); } } }