X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=scripts%2Fstats.pl;h=fb30c24717ed622bf6897f419c263c6f101fb3e4;hp=432a5105b3761105f4bfe26272101e5f9b050079;hb=9519c80241167db071e44cbdd1e1843daad6e305;hpb=9a036ffed7e1b7aae37274f9963047c564db8be4 diff --git a/scripts/stats.pl b/scripts/stats.pl index 432a510..fb30c24 100755 --- a/scripts/stats.pl +++ b/scripts/stats.pl @@ -35,8 +35,6 @@ use ND::DB; our $dbh = ND::DB::DB(); -$dbh->do("SET CLIENT_ENCODING TO 'LATIN1';"); - my %classes = (Fighter => 'Fi', Corvette => 'Co', Frigate => 'Fr', Destroyer => 'De', Cruiser => 'Cr', Battleship => 'Bs'); my $file = get("http://game.planetarion.com/manual.pl?page=stats");