--- deliantra/server/common/object.C 2006/09/14 18:13:01 1.45 +++ deliantra/server/common/object.C 2006/09/14 21:16:11 1.46 @@ -1627,7 +1627,7 @@ } } - tmp1 = arch_to_object (find_archetype (arch_string)); + tmp1 = arch_to_object (archetype::find (arch_string)); tmp1->x = op->x; tmp1->y = op->y;