fixed issue

This commit is contained in:
EmosewaMC 2022-02-23 17:38:25 -08:00
parent 0253a1fcb4
commit 6be274b259

View File

@ -34,5 +34,5 @@ void NtCombatChallengeExplodingDummy::OnHitOrHealResult(Entity* self, Entity* at
if (skillComponent != nullptr) {
skillComponent->CalculateBehavior(1338, 30875, attacker->GetObjectID());
}
self->Smash();
self->Kill(attacker);
}