--- deliantra/server/common/object.C 2008/07/14 23:47:06 1.248 +++ deliantra/server/common/object.C 2008/07/16 14:29:40 1.250 @@ -912,10 +912,7 @@ || ms ().move_block == MOVE_ALL) { while (inv) - { - inv->destroy_inv (false); - inv->destroy (); - } + inv->destroy (true); } else { /* Put objects in inventory onto this space */ @@ -1553,7 +1550,7 @@ } else { - destroy (1); + destroy (); return false; } }