fix(Core/Spell): "Taming the Beast" hunter quests, part 2 (#2271)
Co-authored-by: Mitradis <mitradis@gmail.com>
This commit is contained in:
parent
a22cfb84d9
commit
ee09fb8f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue