diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-18 09:11:43 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-18 09:11:43 +0000 |
commit | daf13ac351a508b02d0b296c5858003ca13fe4eb (patch) | |
tree | 1d5acbdaf7e366de096e9ef217c4e2ace67e66eb /src/map/mob.c | |
parent | deaa0330b9368e716464e248019daf3213700ac0 (diff) | |
download | hercules-daf13ac351a508b02d0b296c5858003ca13fe4eb.tar.gz hercules-daf13ac351a508b02d0b296c5858003ca13fe4eb.tar.bz2 hercules-daf13ac351a508b02d0b296c5858003ca13fe4eb.tar.xz hercules-daf13ac351a508b02d0b296c5858003ca13fe4eb.zip |
- Fix for #102547
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7235 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |