--- deliantra/server/ext/map-grid-move-random.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/map-grid-move-random.ext 2007/09/30 16:24:29 1.2 @@ -18,7 +18,7 @@ for (1 .. $num) { my $ob = $ob->clone (0); - $who->map->insert_object ($ob, $x1 + rand $opt{width}, $y1 + rand $opt{height}); + $who->map->insert ($ob, $x1 + rand $opt{width}, $y1 + rand $opt{height}); push @{ $opt{ob} }, $ob; }