--- deliantra/server/common/object.C 2008/05/06 18:47:32 1.233 +++ deliantra/server/common/object.C 2008/05/06 18:47:52 1.234 @@ -408,7 +408,7 @@ sum += op->total_weight (); } - sum = weight_adjust (this, sum); + sum = weight_adjust_for (this, sum); if (sum != carrying) {