diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index afc1f2290..cdc916bdc 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -644,7 +644,6 @@ int status_damage(struct block_list *src,struct block_list *target,int hp, int s map_delblock(target); unit_free(target); } - return hp+sp; } |