diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 0 insertions, 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; |