Mercurial > eagle-eye
diff sheep.pl @ 41:5849b6fdc76c
removed my password from scripts.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Fri, 17 Oct 2008 01:27:10 +0800 |
parents | d183277b4d93 |
children | d2ac1e198ce4 |
line wrap: on
line diff
--- a/sheep.pl Thu Oct 16 21:44:05 2008 +0800 +++ b/sheep.pl Fri Oct 17 01:27:10 2008 +0800 @@ -38,7 +38,7 @@ FROM user, cities WHERE user.id == cities.user AND user.trader_score_secondary >= 50000 - AND user.army_score_main <= 40 + AND user.army_score_main <= 100 AND cities.island IN (SELECT island.id FROM island WHERE island.x <= ? AND island.x >= ? AND island.y <= ? AND island.y >= ? ) } );