diff --git a/project/src/helpers/HealthHelper.ts b/project/src/helpers/HealthHelper.ts index 801cbe5b..6858271d 100644 --- a/project/src/helpers/HealthHelper.ts +++ b/project/src/helpers/HealthHelper.ts @@ -104,7 +104,7 @@ export class HealthHelper if (!isDead) { // Player alive, not is limb alive - fullProfile.vitality.health[bodyPart] = postRaidHealth.BodyParts[bodyPart].Current; + fullProfile.vitality.health[bodyPart] = postRaidHealth.BodyParts[bodyPart].Health.Current; } else {