소스 검색

Fixed NPC_REBIRTH not working if the caster had no status active at the moment of death.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13258 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 16 년 전
부모
커밋
743c6d45eb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/map/status.c

+ 0 - 3
src/map/status.c

@@ -654,9 +654,6 @@ int status_damage(struct block_list *src,struct block_list *target,int hp, int s
 
 	sc = status_get_sc(target);
 
-	if (sc && !sc->count)
-		sc = NULL;
-
 	if( hp && !(flag&1) ) {
 		if( sc ) {
 			struct status_change_entry *sce;