--- deliantra/Deliantra-Client/DC/Protocol.pm 2007/07/24 04:54:48 1.131 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2007/07/24 05:13:23 1.132 @@ -736,7 +736,7 @@ my ($self, $facenum, $face, $changed) = @_; if ($face->{type} == 0) { # FT_FACE - CFPlus::DB::put tilecache => $face->{id} => $face->{image}, sub { } + CFPlus::DB::put tilecache => $face->{id} => $face->{data}, sub { } if $changed; $self->set_texture ($face->{id} => delete $face->{data});