--- deliantra/server/utils/cfutil.in 2007/07/12 08:40:14 1.38 +++ deliantra/server/utils/cfutil.in 2007/07/15 22:39:48 1.39 @@ -432,7 +432,7 @@ push @trs, [$path, $file]; } elsif ($file =~ /\.arc$/) { push @arc, [$path, $file]; - } elsif ($file =~ /\.(ogg|res)$/) { + } elsif ($file =~ /\.(ogg|jpg|res)$/) { push @res, [$path, $file]; } else { warn "ignoring $path/$file\n" if $VERBOSE >= 3;