--- deliantra/server/utils/cfutil.in 2007/12/27 15:43:11 1.66 +++ deliantra/server/utils/cfutil.in 2007/12/28 12:44:45 1.67 @@ -581,7 +581,7 @@ if ($file =~ /\.(jpg|png)$/) { $c_res->put ([$path, $file, 0]) # FT_FACE } elsif ($file =~ /\.(res)$/) { - $c_res->put ([$path, $file, 7]) # FT_RSRC + $c_res->put ([$path, $file, 6]) # FT_RSRC } else { $c_res->put ([$path, $file, undef]); }