--- deliantra/server/common/object.C 2008/05/22 15:37:44 1.246 +++ deliantra/server/common/object.C 2008/07/14 18:36:43 1.247 @@ -1543,7 +1543,7 @@ if (nrof) { - adjust_weight (env, -weight * nr); // carrying == 0 + adjust_weight (env, -weight * max (1, nr)); // carrying == 0 if (object *pl = visible_to ()) esrv_update_item (UPD_NROF, pl, this);