浏览代码

Fixed #759

Seems to have been here since SVN times.
Lemongrass3110 9 年之前
父节点
当前提交
85971d6d4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/status.c

+ 1 - 1
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) {