summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 836f40f40..4cb4280a0 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3711,8 +3711,8 @@ static int atkillmonster_sub(struct block_list *bl, va_list ap) {
return 0; //Do not touch WoE mobs!
if (flag)
- status_kill(bl);
- else //FIXME: Eh.. what exactly is the difference here?
+ status_zap(bl,md->status.hp, 0);
+ else
status_kill(bl);
return 1;
}