From da11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 30 May 2006 20:53:28 +0000 Subject: - Added a pair of missing pc_setstand in the pc_dead function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6861 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map') diff --git a/src/map/pc.c b/src/map/pc.c index 00c874c7c..c7cc1edec 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4755,6 +4755,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) if (sd->sc.count && sd->sc.data[SC_KAIZEL].timer != -1) { + pc_setstand(sd); clif_skill_nodamage(&sd->bl,&sd->bl,ALL_RESURRECTION,1,1); if(sd->special_state.restart_full_recover) status_percent_heal(&sd->bl, 100, 100); @@ -4768,6 +4769,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) } if (sd->state.snovice_flag == 4) { + pc_setstand(sd); clif_skill_nodamage(&sd->bl,&sd->bl,ALL_RESURRECTION,1,1); status_percent_heal(&sd->bl, 100, 100); clif_resurrection(&sd->bl, 1); -- cgit v1.2.3-70-g09d2