From cb279436f65b472f247c3b76843218e9243e8533 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 7 Aug 2006 18:46:00 +0000 Subject: - Fixed the map_search_freecell error which was making mobs fail to respawn. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8169 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 a7832a972..0c76cdb27 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -638,7 +638,7 @@ int mob_spawn (struct mob_data *md) if ((md->bl.x == 0 && md->bl.y == 0) || md->spawn->xs || md->spawn->ys) { //Monster can be spawned on an area. - if (!map_search_freecell(NULL, -1, + if (!map_search_freecell(&md->bl, -1, &md->bl.x, &md->bl.y, md->spawn->xs, md->spawn->ys, battle_config.no_spawn_on_player?4:0)) { // retry again later -- cgit v1.2.3-70-g09d2