From a39b509e0d987d907f48893478da07fc4969a8cd Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 4 Oct 2008 11:01:24 +0000 Subject: Fixed NPC_REBIRTH not working if the caster had no status active at the moment of death. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13258 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/map/status.c b/src/map/status.c index b862137f3..9c04f8364 100644 --- a/src/map/status.c +++ b/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; -- cgit v1.2.3-70-g09d2