--- deliantra/server/ext/map-link.ext 2007/09/01 03:30:12 1.5 +++ deliantra/server/ext/map-link.ext 2008/05/07 11:02:50 1.7 @@ -8,12 +8,12 @@ # singleton :/ $self->width (21); $self->height (21); - $self->nodrop (1); + $self->no_drop (1); $self->name ("interdimensional nothingness"); $self->alloc; - $self->in_memory (cf::MAP_IN_MEMORY); + $self->in_memory (cf::MAP_ACTIVE); # provide some exits "home" my $exit = cf::object::new "exit";