ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Protocol.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.2 by root, Fri May 26 19:14:33 2006 UTC vs.
Revision 1.3 by elmex, Fri May 26 19:34:30 2006 UTC

619 $::INV->set_items ($self->{container}{$item->{container}}) 619 $::INV->set_items ($self->{container}{$item->{container}})
620 } 620 }
621 } 621 }
622} 622}
623 623
624sub player_update {
625 my ($self, $player) = @_;
626 $::STATWIDS->{weight}->set_text (sprintf "Weight: %.1fkg", $player->{weight} / 1000);
627}
628
6241; 6291;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines