diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index 184d47c0c..da16f80be 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -321,7 +321,7 @@ class spell_hun_taming_the_beast : public SpellScriptLoader { if (Unit* target = GetTarget()) if (Creature* creature = target->ToCreature()) - creature->DespawnOrUnsummon(); + creature->DespawnOrUnsummon(1); } void Register()