--- deliantra/server/common/item.C 2006/09/10 16:00:23 1.4 +++ deliantra/server/common/item.C 2006/09/12 18:15:34 1.5 @@ -1,7 +1,7 @@ /* * static char *rcsid_item_c = - * "$Id: item.C,v 1.4 2006/09/10 16:00:23 root Exp $"; + * "$Id: item.C,v 1.5 2006/09/12 18:15:34 root Exp $"; */ /* @@ -599,6 +599,7 @@ if (op->name == NULL) return "(null)"; + if (!op->nrof && !op->weight && !op->title && !is_magical (op)) return op->name; /* To speed things up (or make things slower?) */