From 055d734bc98f904532a89af30083660e3b95f72a Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 1 Apr 2006 03:50:19 +0000 Subject: - Fixed standing up no really making you stand up. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5835 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-70-g09d2