]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/TextExport.pm
Add race to text export of alliance listing
[ndwebbie.git] / lib / NDWeb / Controller / TextExport.pm
index 37772ee6ebf21d91c7c02969597bc101d7c2e006..74118d17f0a35f495edb65101ee6e00e8b97162e 100644 (file)
@@ -30,7 +30,7 @@ sub alliance : Local {
        my ( $self, $c, $ally ) = @_;
        my $dbh = $c->model;
 
-       my $query = $dbh->prepare(q{SELECT coords(x,y,z), size, score, value, COALESCE(nick,'') AS nick
+       my $query = $dbh->prepare(q{SELECT coords(x,y,z), size, score, value,race, COALESCE(nick,'') AS nick
                FROM current_planet_stats
                WHERE alliance_id = $1
                ORDER BY x,y,z});