ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.197 by root, Sun Jan 28 00:20:02 2007 UTC vs.
Revision 1.198 by root, Sun Jan 28 01:58:37 2007 UTC

1873 # that depends on the exit object 1873 # that depends on the exit object
1874 1874
1875 my $rmp = parse_random_map_params $exit->msg; 1875 my $rmp = parse_random_map_params $exit->msg;
1876 1876
1877 if ($exit->map) { 1877 if ($exit->map) {
1878 $rmp->{region} = $exit->map->region_name; 1878 $rmp->{region} = $exit->region->name;
1879 $rmp->{origin_map} = $exit->map->path; 1879 $rmp->{origin_map} = $exit->map->path;
1880 $rmp->{origin_x} = $exit->x; 1880 $rmp->{origin_x} = $exit->x;
1881 $rmp->{origin_y} = $exit->y; 1881 $rmp->{origin_y} = $exit->y;
1882 } 1882 }
1883 1883

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines