--- deliantra/server/server/attack.C 2009/11/29 09:41:28 1.125 +++ deliantra/server/server/attack.C 2009/11/29 10:55:18 1.126 @@ -736,7 +736,7 @@ case POTION: /* should player get a save throw instead of checking magic protection? */ if (QUERY_FLAG (victim, FLAG_ALIVE) && !QUERY_FLAG (victim, FLAG_UNDEAD) && (victim->resist[ATNR_MAGIC] < 60)) - (void) apply_potion (victim, hitter); + apply_potion (victim, hitter); break; case POISON: /* poison drinks */