ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/ipo.ext
(Generate patch)

Comparing deliantra/server/ext/ipo.ext (file contents):
Revision 1.12 by elmex, Mon Oct 8 15:20:38 2007 UTC vs.
Revision 1.13 by root, Tue Apr 22 02:46:18 2008 UTC

234 my $cnt; 234 my $cnt;
235 for ($who->inv) { 235 for ($who->inv) {
236 if ($_->name () =~ /^(bag|package|carton) T: \Q$arguments\E F: (\S+)$/) { 236 if ($_->name () =~ /^(bag|package|carton) T: \Q$arguments\E F: (\S+)$/) {
237 $_->name ("$1 F: $2 T: $arguments"); 237 $_->name ("$1 F: $2 T: $arguments");
238 $storage->insert ($_, 2, 2); 238 $storage->insert ($_, 2, 2);
239 $who->esrv_del_item ($_->count);
240 $cnt++; 239 $cnt++;
241 } 240 }
242 } 241 }
243 242
244 if ($cnt) { 243 if ($cnt) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines