ZnoteAAC
ZnoteAAC copied to clipboard
Highscores only shows 1 promotion for vocation
Hey, I tried to add more promotions for 1 vocation but it takes only 1 promotion from config with same 'fromVoc'. If i have Sorcerer + MS + Custom promotion it only shows up Sorcerer and custom promotion.
Here is my config:
1 => array(
'name' => 'Sorcerer',
'fromVoc' => false
),
5 => array(
'name' => 'Master Sorcerer',
'fromVoc' => 1,
),
9 => array(
'name' => 'Wizard',
'fromVoc' => 1
),
What happens if you set Wizard to be fromVoc 5?
Now it shows only sorcerer and ms