--- deliantra/server/random_maps/treasure.C 2007/04/16 06:23:42 1.28 +++ deliantra/server/random_maps/treasure.C 2007/06/04 13:04:00 1.29 @@ -660,7 +660,7 @@ } } /* give up and return the closest free spot. */ - i = find_free_spot (&archetype::find ("chest")->clone, map, x, y, 1, SIZEOFFREE1 + 1); + i = find_free_spot (archetype::find ("chest"), map, x, y, 1, SIZEOFFREE1 + 1); if (i != -1) {