--- deliantra/server/common/arch.C 2008/05/17 00:17:02 1.81 +++ deliantra/server/common/arch.C 2008/09/29 10:31:32 1.84 @@ -525,7 +525,7 @@ op = next; } - at->destroy (); + at->destroy (true); at->arch = 0; } } @@ -554,7 +554,7 @@ if (!strcmp (name, "bug")) abort (); - object *op = archetype::get ("bug"); + object *op = archetype::get (shstr_bug); op->name = op->name_pl = format ("bug, please report (missing archetype %s)", name); return op;