--- deliantra/server/common/living.C 2009/11/09 18:47:55 1.101 +++ deliantra/server/common/living.C 2009/11/11 04:45:22 1.102 @@ -769,6 +769,8 @@ /* First task is to clear all the values back to their original values */ if (type == PLAYER) { + contr->delayed_update = false; + for (int i = 0; i < NUM_STATS; i++) stat_sum [i] = contr->orig_stats.stat (i);