Sgeo wrote:
> Are you implying that I'm the only slacker? *hides*. I can't be the
> only one, quorum==active_players makes no sense.
> 
> I vote PRESENT in the election for Promotor.

SELECT players.name FROM players LEFT JOIN votes ON players.id =
votes.player_id AND votes.office_id = GetOffice('Promotor') WHERE
votes.player_id IS NULL AND players.active AND players.firstclass AND
players.registered ORDER BY RAND() LIMIT 1

Sorry, the evil database gods picked you.

Reply via email to