ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/reseller.ext
(Generate patch)

Comparing deliantra/maps/perl/reseller.ext (file contents):
Revision 1.10 by root, Sun Aug 27 15:23:59 2006 UTC vs.
Revision 1.11 by root, Sun Aug 27 18:01:38 2006 UTC

120 120
121 $obs[0]->set_ob_key_value (ext_reseller_sales => cf::to_json $sells); 121 $obs[0]->set_ob_key_value (ext_reseller_sales => cf::to_json $sells);
122 }, 122 },
123; 123;
124 124
125cf::register "reseller_floor", 125cf::register_attachment "reseller_floor",
126 on_drop_on => sub { 126 on_drop_on => sub {
127 my ($on, $what, $who) = @_; 127 my ($on, $what, $who) = @_;
128 my $name = $what->custom_name; 128 my $name = $what->custom_name;
129 129
130 return if $what->get_flag (cf::FLAG_UNPAID); 130 return if $what->get_flag (cf::FLAG_UNPAID);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines