fix(Core/MC): Core Hounds should despawn after death (#10219)
This commit is contained in:
parent
6f36582082
commit
1ddf5d8d1f
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ public:
|
|||
else
|
||||
{
|
||||
Unit::Kill(creatureTarget, creatureTarget);
|
||||
creatureTarget->DespawnOrUnsummon(14000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue