From 85971d6d4b8006c3ed88f745b7d9ba7c39ac3cdb Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Tue, 17 Nov 2015 13:21:09 +0100 Subject: [PATCH] Fixed #759 Seems to have been here since SVN times. --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/status.c b/src/map/status.c index ee08985d63..b5aef42997 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7714,7 +7714,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty if( !sc ) return 0; // Unable to receive status changes - if( status_isdead(bl) && type != SC_NOCHAT ) // SC_NOCHAT should work even on dead characters + if( status_isdead(bl) && ( type != SC_NOCHAT && type != SC_JAILED ) ) // SC_NOCHAT and SC_JAILED should work even on dead characters return 0; if( bl->type == BL_MOB) {