--- deliantra/server/server/move.C 2010/04/11 00:34:06 1.40 +++ deliantra/server/server/move.C 2010/05/09 18:40:02 1.41 @@ -178,7 +178,7 @@ return 0; } - int k = find_free_spot (user, other_teleporter->map, other_teleporter->x, other_teleporter->y, 1, 9); + int k = find_free_spot (user, other_teleporter->map, other_teleporter->x, other_teleporter->y, 1, SIZEOFFREE1 + 1); /* if k==-1, unable to find a free spot. If this is shop * mat that the player is using, find someplace to move