ZnoteAAC icon indicating copy to clipboard operation
ZnoteAAC copied to clipboard

Highscores only shows 1 promotion for vocation

Open BoTeQX opened this issue 4 years ago • 2 comments

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
		),

BoTeQX avatar Jan 25 '21 00:01 BoTeQX

What happens if you set Wizard to be fromVoc 5?

Znote avatar Jan 27 '21 12:01 Znote

Now it shows only sorcerer and ms

BoTeQX avatar Jan 27 '21 14:01 BoTeQX