slawkens1 2017-05-21 23:14:15 +02:00
parent fa3f61f7db
commit 2bf41655cb

View File

@ -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();