--- deliantra/server/ext/town_portal.ext 2007/05/22 21:35:26 1.2 +++ deliantra/server/ext/town_portal.ext 2008/04/30 13:44:41 1.3 @@ -45,7 +45,7 @@ on_apply => sub { my ($self, $who) = @_; - $who->{town_portal} = [$who->map, $who->x, $who->y, $self->uuid]; + $who->{town_portal} = ["$who->map", $who->x, $who->y, $self->uuid]; }, ; @@ -80,3 +80,4 @@ cf::override 1; }, ; +