diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 71d0f6770..84c396a9a 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -668,7 +668,7 @@ int status_damage(struct block_list *src,struct block_list *target,int hp, int s { if( !sp ) return 0; - hp = 0; + hp = 1; } if( hp && !(flag&1) ) { |