mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-02 04:31:16 +00:00
fixed issue
This commit is contained in:
parent
0253a1fcb4
commit
6be274b259
@ -34,5 +34,5 @@ void NtCombatChallengeExplodingDummy::OnHitOrHealResult(Entity* self, Entity* at
|
|||||||
if (skillComponent != nullptr) {
|
if (skillComponent != nullptr) {
|
||||||
skillComponent->CalculateBehavior(1338, 30875, attacker->GetObjectID());
|
skillComponent->CalculateBehavior(1338, 30875, attacker->GetObjectID());
|
||||||
}
|
}
|
||||||
self->Smash();
|
self->Kill(attacker);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user