ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/InventoryEditor.pm
(Generate patch)

Comparing deliantra/gde/GCE/InventoryEditor.pm (file contents):
Revision 1.11 by root, Thu Dec 27 22:28:01 2007 UTC vs.
Revision 1.11.2.1 by elmex, Tue Jul 7 15:42:18 2009 UTC

90 $self->{invarch}->add ($hb); 90 $self->{invarch}->add ($hb);
91 } 91 }
92 92
93 $self->{stackbox}->remove ($_) for $self->{stackbox}->get_children; 93 $self->{stackbox}->remove ($_) for $self->{stackbox}->get_children;
94 94
95 warn "NOT YET IMPLEMENTED";
96 return;
95 my $inv = $ar->get_inv_refs; 97 my $inv = $ar->get_inv_refs;
96 my $idx = 0; 98 my $idx = 0;
97 99
98 for my $ia (@$inv) { 100 for my $ia (@$inv) {
99 my $pb = new_arch_pb; 101 my $pb = new_arch_pb;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines