--- deliantra/server/ext/help.ext 2007/04/21 16:56:31 1.6 +++ deliantra/server/ext/help.ext 2007/04/23 19:17:16 1.7 @@ -79,8 +79,8 @@ $pl->reply (undef, $res); - } elsif (my $topic = $TOPIC->{$topic}) { - my ($type, @pars) = @$topic; + } elsif (my $item = $TOPIC->{$topic}) { + my ($type, @pars) = @$item; $pl->reply (undef, cf::pod::as_text \@pars); } else {