--- deliantra/server/ext/map-tags.ext 2009/10/23 03:08:34 1.17 +++ deliantra/server/ext/map-tags.ext 2009/10/23 03:28:11 1.18 @@ -88,7 +88,7 @@ sub scan_static { my $maps = cf::map::static_maps; - scan_map "s$_", "$cf::MAPDIR$_.map"; + scan_map "s$_", "$cf::MAPDIR$_.map" for @$maps; }