--- deliantra/server/common/loader.C 2007/05/07 03:05:58 1.76 +++ deliantra/server/common/loader.C 2007/05/07 04:21:09 1.77 @@ -1365,7 +1365,7 @@ if (flag_names [i] && op->flag [i] != tmp->flag [i]) f.put (flag_names [i], op->flag [i] ? "1" : "0"); - /* Save body locations */ + // save body locations for (i = 0; i < NUM_BODY_LOCATIONS; i++) if (op->slot[i].info != tmp->slot[i].info) f.put (body_locations[i].save_name, op->slot[i].info);