--- deliantra/server/common/item.C 2008/04/20 18:48:51 1.45 +++ deliantra/server/common/item.C 2008/04/20 22:03:21 1.46 @@ -421,7 +421,7 @@ query_weight (const object *op) { static char buf[10]; - sint32 i = (op->nrof ? op->nrof : 1) * op->weight + op->carrying; + sint32 i = op->total_weight (); if (op->weight < 0) return " ";