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

Comparing deliantra/server/ext/town_portal.ext (file contents):
Revision 1.2 by root, Tue May 22 21:35:26 2007 UTC vs.
Revision 1.3 by root, Wed Apr 30 13:44:41 2008 UTC

43 43
44cf::object::attachment town_portal => 44cf::object::attachment town_portal =>
45 on_apply => sub { 45 on_apply => sub {
46 my ($self, $who) = @_; 46 my ($self, $who) = @_;
47 47
48 $who->{town_portal} = [$who->map, $who->x, $who->y, $self->uuid]; 48 $who->{town_portal} = ["$who->map", $who->x, $who->y, $self->uuid];
49 }, 49 },
50; 50;
51 51
52cf::object::attachment town_portal_return => 52cf::object::attachment town_portal_return =>
53 on_apply => sub { 53 on_apply => sub {
78 } 78 }
79 79
80 cf::override 1; 80 cf::override 1;
81 }, 81 },
82; 82;
83

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines