summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-08 21:19:53 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:44:45 -0400
commitaf4d9b01e0da26526a0f189947c4c56b8cc57c34 (patch)
tree5b76169717e54f3cd4e263d94b8454d19e9d4750
parent707bbc516f23f184e046a52b2a375313ceee94f0 (diff)
downloadhercules-af4d9b01e0da26526a0f189947c4c56b8cc57c34.tar.gz
hercules-af4d9b01e0da26526a0f189947c4c56b8cc57c34.tar.bz2
hercules-af4d9b01e0da26526a0f189947c4c56b8cc57c34.tar.xz
hercules-af4d9b01e0da26526a0f189947c4c56b8cc57c34.zip
Fixed map interface error
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 44b328d05..f0db40c39 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5634,7 +5634,7 @@ void map_defaults(void) {
iMap->map_foreachregen = map_map_foreachregen;
iMap->map_foreachiddb = map_map_foreachiddb;
- iMap->foreachinrange = iMap->foreachinrange;
+ iMap->foreachinrange = map_foreachinrange;
iMap->foreachinshootrange = map_foreachinshootrange;
iMap->foreachinarea=map_foreachinarea;
iMap->forcountinrange=map_forcountinrange;