--- deliantra/server/common/treasure.C 2008/09/29 09:04:51 1.80 +++ deliantra/server/common/treasure.C 2008/09/29 10:31:32 1.81 @@ -1350,7 +1350,7 @@ if (op->type == HORN || op->type == POTION) { /* Remove any spells this object currently has in it */ - op->destroy_inv (); + op->destroy_inv (false); object *tmp = arch_to_object (change->other_arch); insert_ob_in_ob (tmp, op);