diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
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);
|