diff options
Diffstat (limited to 'web/nms.gathering.org/apkart.pl')
-rwxr-xr-x | web/nms.gathering.org/apkart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/apkart.pl b/web/nms.gathering.org/apkart.pl index a89cb68..3eef59b 100755 --- a/web/nms.gathering.org/apkart.pl +++ b/web/nms.gathering.org/apkart.pl @@ -16,7 +16,7 @@ my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); my $red = $img->colorResolve(255, 0, 0); |