summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 09395f6..f04ff28 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2425,6 +2425,8 @@ int mob_damage(struct block_list *src,struct mob_data *md,int damage,int type)
return 0;
}
+ MAP_LOG("MOB%d DEAD", md->bl.id);
+
// ----- ここから死亡処理 -----
map_freeblock_lock();