--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/28 22:59:58 1.48 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/28 23:39:15 1.49 @@ -575,8 +575,6 @@ my ($self) = @_; $CFClient::UI::ROOT->on_refresh ("update_containers_$self" => sub { - # TODO: scara had a bug where $self->{uipdate_container} was not defined - # but this should not possibly happen? for my $tag (keys %{ delete $self->{update_container} }) { if ($tag == 0) { update_floorbox; @@ -609,7 +607,7 @@ sub item_delete { my ($self, @items) = @_; - $self->{update_container}{$_->{tag}}++ + $self->{update_container}{$_->{container}}++ for @items; $self->update_containers;