--- deliantra/server/common/item.C 2006/09/10 16:00:23 1.4 +++ deliantra/server/common/item.C 2006/09/14 22:33:58 1.6 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_item_c = - * "$Id: item.C,v 1.4 2006/09/10 16:00:23 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at */ #include @@ -599,6 +593,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?) */