summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 8c65aa39b..ccd066c0c 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -797,7 +797,7 @@ int pc_reg_received(struct map_session_data *sd)
if(sd->status.hp <= 0){
sd->status.hp = 0;
- sd->vd.dead_sit = sd->state.dead_sit = 1;
+ pc_setrestartvalue(sd, 1);
}
//SG map and mob read [Komurka]