fix(Core/MC): Core Hounds should despawn after death (#10219)

This commit is contained in:
Nefertumm 2022-01-26 21:18:45 -03:00 committed by GitHub
parent 6f36582082
commit 1ddf5d8d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,6 +190,7 @@ public:
else
{
Unit::Kill(creatureTarget, creatureTarget);
creatureTarget->DespawnOrUnsummon(14000);
}
}