- Added a pair of missing pc_setstand in the pc_dead function.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6861 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6192e5a5e5
commit
363db7730b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user