--- deliantra/server/common/loader.C 2006/12/15 19:59:19 1.23 +++ deliantra/server/common/loader.C 2006/12/18 02:35:00 1.24 @@ -1431,7 +1431,7 @@ CMP_OUT (move_slow); CMP_OUT (move_slow_penalty); - if (!COMPARE_FLAGS (op, tmp)) + if (op->flags != tmp->flags) for (i = 0; i <= NUM_FLAGS; i++) if (flag_names[i] && (QUERY_FLAG (op, i) != QUERY_FLAG (tmp, i))) f.put (flag_names[i], QUERY_FLAG (op, i) ? "1" : "0");