--- deliantra/server/ext/NPC_Dialogue.pm 2007/04/04 11:45:16 1.3 +++ deliantra/server/ext/NPC_Dialogue.pm 2007/06/16 14:35:41 1.4 @@ -28,6 +28,8 @@ sub new { my ($class, %arg) = @_; + $arg{ob} = $arg{pl}->ob; + my $self = bless { %arg, }, $class;