X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=raids.pl;h=afbf62d20d8d7e3b5ef19c5478646391f964ef92;hb=d0c7c398c7c8f53a2847b36871d540b48055b0c5;hp=672f5aaae79080546493dde8e7b50e7ae255d7de;hpb=cbd638b5704dd3a5afeec3e0290c06fd56e98cd7;p=ndwebbie.git 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;