--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/05/26 19:14:33 1.2 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/05/26 19:34:30 1.3 @@ -621,4 +621,9 @@ } } +sub player_update { + my ($self, $player) = @_; + $::STATWIDS->{weight}->set_text (sprintf "Weight: %.1fkg", $player->{weight} / 1000); +} + 1;