--- deliantra/server/common/arch.C 2008/05/18 19:53:07 1.82 +++ deliantra/server/common/arch.C 2008/09/29 10:20:48 1.83 @@ -525,7 +525,8 @@ op = next; } - at->destroy (); + op->destroy_inv (false); + at->destroy (true); at->arch = 0; } }