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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index a4c93c2e4..76554f70b 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2139,6 +2139,9 @@ int mob_timer_delete(int tid, unsigned int tick, int id, int data)
nullpo_retr(0, bl);
md = (struct mob_data *)bl;
+//for Alchemist CANNIBALIZE [Lupus]
+
+
mob_catch_delete(md,3);
return 0;
}