diff --git a/src/map/status.c b/src/map/status.c index 28506a4f63..1a86cb5e22 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5304,7 +5304,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val if( !sc ) return 0; //Unable to receive status changes - if( status_isdead(bl) ) + if( status_isdead(bl) && type != SC_NOCHAT ) // SC_NOCHAT should work even on dead characters return 0; if( bl->type == BL_MOB && type != SC_SAFETYWALL && type != SC_PNEUMA )