diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-26 21:56:42 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-26 21:56:42 +0000 |
commit | fff598e4cd2c9678ff99d85dfa498ea1399a2148 (patch) | |
tree | a4176ddccaf7f39852a7d90882d1b9cfcf83fe58 /src/map/mob.c | |
parent | 3299e0cf10d83dfa8827a6f538ef1bcf1382ae45 (diff) | |
download | hercules-fff598e4cd2c9678ff99d85dfa498ea1399a2148.tar.gz hercules-fff598e4cd2c9678ff99d85dfa498ea1399a2148.tar.bz2 hercules-fff598e4cd2c9678ff99d85dfa498ea1399a2148.tar.xz hercules-fff598e4cd2c9678ff99d85dfa498ea1399a2148.zip |
added logging filters. optimized ATCommands temp strings usage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 3 |
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; } |