X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=44a8d411eb7f00270ccb5c86545a78e70b61a67e;hb=f7e7744546daea3bb524a6822e4028dcac2b4cde;hp=65942b76951038003058f3f7f8e9bb892259b374;hpb=4c37bdde40b1abcc5b93337f39b2935e3de700be;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 65942b7..44a8d41 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -51,7 +51,9 @@ for my $type ("planet","alliance","galaxy"){ } if ($updated > 36){ - `/var/www/ndawn/scripts/parsedumps.pl $updated`; + `/var/www/ndawn/scripts/parsealliances.pl $updated`; + `/var/www/ndawn/scripts/parseplanets.pl $updated`; + `/var/www/ndawn/scripts/parsegalaxies.pl $updated`; `/var/www/ndawn/scripts/ndrank.pl`; $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); $dbh->do(q{VACUUM ANALYZE});