From 2bf41655cbfab83a5938b10190f176eb8f473a80 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sun, 21 May 2017 23:14:15 +0200 Subject: [PATCH] Fixed https://otland.net/threads/myaac-v0-0-1.251454/page-7#post-2443868 --- tools/signature/tibian.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/signature/tibian.php b/tools/signature/tibian.php index 56d2752c..52f16854 100644 --- a/tools/signature/tibian.php +++ b/tools/signature/tibian.php @@ -67,7 +67,7 @@ // vocation imagettftext($img, $fontsize, 0, 15, 62, $text, $font, 'Vocation'); - imagettftext($img, $fontsize, 0, 100, 62, $text, $font, $config['vocations'][$player->getPromotion()][$player->getVocation()]); + imagettftext($img, $fontsize, 0, 100, 62, $text, $font, $config['vocations'][$player->getVocation()]); // hit points, Mana, Soul Points, Capacity $health = $player->getHealth();