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

View File

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