diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 92565b6c0..0ea82abcd 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -254,7 +254,7 @@ int mob_countslave(struct block_list *bl); int mob_is_clone(int class_); int mob_clone_spawn(struct map_session_data *sd, int m, int x, int y, const char *event, int master_id, int mode, int flag, unsigned int duration); -int mob_clone_delete(int class_); +int mob_clone_delete(struct mob_data *md); void mob_reload(void); |