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

Comparing deliantra/maps/perl/rent.ext (file contents):
Revision 1.9 by root, Tue Dec 12 16:59:34 2006 UTC vs.
Revision 1.10 by root, Fri Dec 15 19:06:29 2006 UTC

199 $pl->ob->reply (undef, "Sir, you have to rent this apartment in The Apartment Shop in Scorn first!"); 199 $pl->ob->reply (undef, "Sir, you have to rent this apartment in The Apartment Shop in Scorn first!");
200 reject_entry $pl; 200 reject_entry $pl;
201 }, 201 },
202; 202;
203 203
204Event->timer (after => 60, interval => 3600, cb => sub { 204Event->timer (after => 60, interval => 3600, data => cf::WF_AUTOCANCEL, cb => sub {
205 pay_balance $_ for cf::player::list; 205 pay_balance $_ for cf::player::list;
206}); 206});
207 207

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines