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 3528628c8..1a1141494 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -7321,7 +7321,7 @@ void pc_setstand(struct map_session_data *sd){
if(sd->sc.count && sd->sc.data[SC_TENSIONRELAX].timer!=-1)
status_change_end(&sd->bl,SC_TENSIONRELAX,-1);
- sd->state.dead_sit = 0;
+ sd->state.dead_sit = sd->vd.dead_sit = 0;
}
int pc_split_str(char *str,char **val,int num)