--- deliantra/server/common/treasure.C 2006/09/03 14:33:48 1.9 +++ deliantra/server/common/treasure.C 2006/09/03 22:45:55 1.10 @@ -1,7 +1,7 @@ /* * static char *rcs_treasure_c = - * "$Id: treasure.C,v 1.9 2006/09/03 14:33:48 elmex Exp $"; + * "$Id: treasure.C,v 1.10 2006/09/03 22:45:55 root Exp $"; */ /* @@ -1379,8 +1379,10 @@ { art->item = (object *) calloc (1, sizeof (object)); reset_object (art->item); - if (!load_object (thawer, art->item, LO_LINEMODE, 0)) + + if (!load_object (thawer, art->item, 0)) LOG (llevError, "Init_Artifacts: Could not load object.\n"); + art->item->name = strchr (cp, ' ') + 1; al = find_artifactlist (art->item->type); if (al == NULL)