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

Comparing deliantra/Deliantra-Client/DC/Item.pm (file contents):
Revision 1.8 by root, Tue Dec 25 07:39:18 2007 UTC vs.
Revision 1.9 by root, Wed Dec 26 18:09:30 2007 UTC

2 2
3use strict; 3use strict;
4use utf8; 4use utf8;
5use Encode; 5use Encode;
6 6
7use Crossfire::Protocol::Constants; 7use Deliantra::Protocol::Constants;
8 8
9my $last_enter_count = 1; 9my $last_enter_count = 1;
10 10
11sub desc_string { 11sub desc_string {
12 my ($self) = @_; 12 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines