--- deliantra/server/lib/cf.pm 2007/04/05 13:44:31 1.234 +++ deliantra/server/lib/cf.pm 2007/04/10 09:35:23 1.235 @@ -2334,7 +2334,7 @@ my $idx = cf::face::find $face or next; if (my $smooth = cf::face::find $info->{smooth}) { - cf::face::set_smooth $idx, $smooth; + cf::face::set_smooth $idx, $smooth, $info->{smoothlevel}; } else { warn "smooth face '$info->{smooth}' not found for face '$face'"; }