--- deliantra/Deliantra-Client/DC/Protocol.pm 2008/05/08 20:19:49 1.195 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2008/05/08 21:30:23 1.196 @@ -66,6 +66,11 @@ $_->destroy for values %{delete $ws->{w} || {}}; } + + delete $self->{items}; + $::INV->clear; + $::INVR_HB->clear; + $::FLOORBOX->clear; }); $self->{map_widget}->add_command (@$_) @@ -1212,7 +1217,7 @@ $conn->{open_container} = $tag; update_floorbox; - $::INVR_HB->clear (); + $::INVR_HB->clear; $::INVR_HB->add (new DC::UI::Label expand => 1, text => $name); if ($tag != 0) { # Floor isn't closable, is it?