From 8adeaff2469269a8579337067c94de28c1c5623c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 20 Nov 2012 08:18:24 +0000 Subject: Follow up r16933 Fixing a typo on map_foreachinmap, block -> block_mob git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16934 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 8ff84ed1a..456ae66ed 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1208,7 +1208,7 @@ int map_foreachinmap(int (*func)(struct block_list*,va_list), int m, int type,.. if( type&BL_MOB ) for( b = 0; b < bsize; b++ ) - for( bl = map[ m ].block[ b ]; bl != NULL; bl = bl->next ) + for( bl = map[ m ].block_mob[ b ]; bl != NULL; bl = bl->next ) if( bl_list_count < BL_LIST_MAX ) bl_list[ bl_list_count++ ] = bl; -- cgit v1.2.3-70-g09d2