mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
fixed build
This commit is contained in:
@@ -37,7 +37,7 @@ WorldPackets::Combat::SAttackStop::SAttackStop(Unit const* attacker, Unit const*
|
||||
if (victim)
|
||||
{
|
||||
Victim = victim->GetGUID();
|
||||
NowDead = !victim->isAlive(); // using isAlive instead of isDead to catch JUST_DIED death states as well
|
||||
NowDead = !victim->IsAlive(); // using isAlive instead of isDead to catch JUST_DIED death states as well
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user