summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-30 20:53:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-30 20:53:28 +0000
commitda11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8 (patch)
tree7fb183a6956e6badbee4779748227b5a545aed22 /src/map/pc.c
parent560b50abaf1e5c09ae85bd40d4d835c4f1c4283b (diff)
downloadhercules-da11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8.tar.gz
hercules-da11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8.tar.bz2
hercules-da11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8.tar.xz
hercules-da11d175fc71ed0dc5e6c0005fa1e3e98cbc94d8.zip
- 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
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 2 insertions, 0 deletions
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);