From: Michael Andreen Date: Wed, 26 Aug 2009 15:31:58 +0000 (+0200) Subject: Need the pid X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=4d8da97942cdb099117f21fd292b865325a5b897 Need the pid --- diff --git a/Commands/PA.pm b/Commands/PA.pm index 7fb453d..500e93b 100644 --- a/Commands/PA.pm +++ b/Commands/PA.pm @@ -55,7 +55,7 @@ sub p } my $f = $c->model->prepare(q{ -WITH p AS (SELECT coords(x,y,z),ruler,planet,race,score,size,value,scorerank,sizerank, +WITH p AS (SELECT pid,coords(x,y,z),ruler,planet,race,score,size,value,scorerank,sizerank, valuerank, xp, xprank, alliance, relationship, nick, planet_status, hit_us, channel FROM current_planet_stats WHERE (x = $1 AND y = $2 and z = $3) OR nick ILIKE $4 LIMIT 1