diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 5d47f13cf..8c815c37e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6120,7 +6120,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) /* e.g. not killed thru pc_damage */ if( pc_issit(sd) ) { - clif_status_load(&sd->bl,SI_SITTING,0); + clif_status_load(&sd->bl,SI_SIT,0); } pc_setdead(sd); |