diff options
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 88fad163f..ed25d4198 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -995,7 +995,7 @@ static int mob_ai_sub_hard_slavemob(struct mob_data *md,unsigned int tick) * when trying to pick new targets when the current chosen target is * unreachable. *------------------------------------------*/ -int mob_unlocktarget(struct mob_data *md,int tick) +int mob_unlocktarget(struct mob_data *md, unsigned int tick) { nullpo_retr(0, md); |