--- deliantra/server/common/arch.C 2008/05/17 00:17:02 1.81 +++ deliantra/server/common/arch.C 2008/05/18 19:53:07 1.82 @@ -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;