diff options
Diffstat (limited to 'web/nms.gathering.org/portkart.pl')
-rwxr-xr-x | web/nms.gathering.org/portkart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/portkart.pl b/web/nms.gathering.org/portkart.pl index 455278e..74c19b5 100755 --- a/web/nms.gathering.org/portkart.pl +++ b/web/nms.gathering.org/portkart.pl @@ -11,7 +11,7 @@ my $cwd = dirname($0); my $dbh = nms::db_connect(); GD::Image->trueColor(1); -$img = GD::Image->new($cwd.'/tg14-salkart.png'); +$img = GD::Image->new($cwd.'/tg15-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); |