From daf13ac351a508b02d0b296c5858003ca13fe4eb Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 18 Jun 2006 09:11:43 +0000 Subject: - Fix for #102547 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7235 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index f8e608699..2ff7176b8 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2989,7 +2989,7 @@ int mob_clone_delete(int class_) return 0; } -int mob_script_callback(struct mob_data *md, struct block_list *target, unsigned char action_type) +int mob_script_callback(struct mob_data *md, struct block_list *target, short action_type) { // I will not add any protection here since I assume everything is checked before coming here. if(md->callback_flag&action_type){ -- cgit v1.2.3-60-g2f50