From bbcf5c2bc5324d906d3a05b7bc67a33714ec4c4f Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 31 Jul 2006 14:26:04 +0000 Subject: - Removed incorrect "Waterball range+1 when standing on suiton" feature. - Corrected the Speed update code to prevent sending "walk to xy" packets twice when the affected character is a player. - Expanded mob can't move warning to print out where this mob was stuck at (map, x,y) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7998 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 6a72df011..6e167b3cc 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1012,7 +1012,7 @@ int mob_randomwalk(struct mob_data *md,int tick) md->move_fail_count++; if(md->move_fail_count>1000){ if(battle_config.error_log) - ShowWarning("MOB cant move. random spawn %d, class = %d\n",md->bl.id,md->class_); + ShowWarning("MOB cant move. random spawn %d, class = %d, at %s (%d,%d)\n",md->bl.id,md->class_,map[md->bl.m].name, md->bl.x, md->bl.y); md->move_fail_count=0; mob_spawn(md); } -- cgit v1.2.3-60-g2f50