--- deliantra/server/include/object.h 2008/04/20 05:24:55 1.161 +++ deliantra/server/include/object.h 2008/04/20 22:03:21 1.162 @@ -386,7 +386,7 @@ uint64 total_weight () const { - return weight * number_of (); + return weight * number_of () + carrying; } // return the dominant material of this item, always return something