mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
This commit is contained in:
parent
fa3f61f7db
commit
2bf41655cb
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user