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

Comparing deliantra/server/ext/NPC_Dialogue.pm (file contents):
Revision 1.3 by elmex, Wed Apr 4 11:45:16 2007 UTC vs.
Revision 1.4 by root, Sat Jun 16 14:35:41 2007 UTC

25 $_[0] 25 $_[0]
26} 26}
27 27
28sub new { 28sub new {
29 my ($class, %arg) = @_; 29 my ($class, %arg) = @_;
30
31 $arg{ob} = $arg{pl}->ob;
30 32
31 my $self = bless { 33 my $self = bless {
32 %arg, 34 %arg,
33 }, $class; 35 }, $class;
34 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines