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

Comparing deliantra/server/ext/Jeweler.pm (file contents):
Revision 1.19 by elmex, Thu Aug 9 10:49:56 2007 UTC vs.
Revision 1.20 by root, Sun Sep 30 16:24:29 2007 UTC

355 355
356sub put { 356sub put {
357 my ($self, $obj) = @_; 357 my ($self, $obj) = @_;
358 358
359 return undef unless $self->{cauldron}; 359 return undef unless $self->{cauldron};
360 $obj->insert_ob_in_ob ($self->{cauldron}); 360 $self->{cauldron}->insert ($obj);
361} 361}
362 362
363=back 363=back
364 364
365=cut 365=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines