From: Michael Andreen Date: Fri, 15 Dec 2006 22:07:16 +0000 (+0000) Subject: forgot the race X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=d0c7c398c7c8f53a2847b36871d540b48055b0c5;hp=cbd638b5704dd3a5afeec3e0290c06fd56e98cd7;p=ndwebbie.git forgot the race --- diff --git a/raids.pl b/raids.pl index 672f5aa..afbf62d 100644 --- a/raids.pl +++ b/raids.pl @@ -191,6 +191,7 @@ ORDER BY size}); while (my $target = $targetquery->fetchrow_hashref){ my %target; $target{Id} = $target->{id}; + $target{Race} = $target->{race}; $target{Ajax} = $ajax; my $num = pow(10,length($target->{score})-2); $target{Score} = ceil($target->{score}/$num)*$num;