git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6811 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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]