--- deliantra/server/common/item.C 2018/12/01 20:22:12 1.101 +++ deliantra/server/common/item.C 2019/06/26 06:52:41 1.102 @@ -418,7 +418,7 @@ const char * query_weight (const object *op) { - static char buf[10]; + static char buf[32]; sint32 i = op->total_weight (); if (op->weight < 0)