From d0c7c398c7c8f53a2847b36871d540b48055b0c5 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 15 Dec 2006 22:07:16 +0000 Subject: [PATCH] forgot the race --- raids.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2