X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2Fyppsc-resolver-pixoptions;h=7bbcb19fbb0f4fc4284b847cc6140d8fd0c7e94d;hp=eff5b021ab2ca256c7c77a325a2dc0b4fc870f90;hb=cd6167795c6e10552f5bed6336ce1085d0aa3c94;hpb=3768c30b78a0afa7ca2c69c21365429c98cd868a diff --git a/pctb/yppsc-resolver-pixoptions b/pctb/yppsc-resolver-pixoptions index eff5b02..7bbcb19 100755 --- a/pctb/yppsc-resolver-pixoptions +++ b/pctb/yppsc-resolver-pixoptions @@ -69,7 +69,7 @@ sub ptcl ($) { } sub main__island () { - my $url= "$pctb/islands.php?oceanName=MIDNIGHT"; + my $url= "$pctb/islands.php?oceanName=SAGE"; my $resp= $ua->get($url); die $resp->status_line unless $resp->is_success; $jsonresp= $resp->content;