--- deliantra/Deliantra-Client/DC/Protocol.pm 2007/08/22 21:27:13 1.164 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2007/08/22 22:44:45 1.166 @@ -403,7 +403,7 @@ my @diffs = map $_->[1]->($self, $_->[2], $prev->{$_->[0]}, $stats->{$_->[0]}), @statchange ) { my $msg = "stat change: " . (join " ", @diffs); - $self->{statusbox}->add ($msg, group => "stat $msg", fg => [0.8, 1, 0.2, 1], timeout => 10); + $self->{statusbox}->add ($msg, group => "stat $msg", fg => [0.8, 1, 0.2, 1], timeout => 20); } $self->update_stats_window ($stats, $prev); @@ -568,7 +568,7 @@ my ($idx, $name) = @$_; my $val = $stats->{$idx}; - next if $prev->{$idx}[1] == $val->[1]; + next if $prev->{$idx}[1] eq $val->[1]; my $sw = $self->{skillwid}{$idx}; $sw->[0]->set_text (::formsep ($val->[1])); @@ -596,7 +596,6 @@ $self->logprint ("send: ", $command); $self->send_command ($command); - ::status ($command); } sub record {