--- deliantra/server/common/loader.C 2007/06/04 13:04:00 1.88 +++ deliantra/server/common/loader.C 2007/06/06 05:41:25 1.89 @@ -1287,8 +1287,8 @@ f.put (KW_msg, KW_endmsg, op->msg); if (op->lore != tmp->lore) f.put (KW_lore, KW_endlore, op->lore); - if (op->other_arch != tmp->other_arch) - f.put (KW_other_arch, op->other_arch ? &op->other_arch->archname : 0); + + CMP_OUT (other_arch); if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0);