--- deliantra/server/common/loader.C 2007/03/14 04:12:27 1.65 +++ deliantra/server/common/loader.C 2007/03/14 20:33:11 1.66 @@ -1245,7 +1245,8 @@ f.put (KW_lore, KW_endlore, op->lore); CMP_OUT (other_arch); - CMP_OUT (face); + + if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0); if (op->animation_id != tmp->animation_id) if (op->animation_id)