mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
Allows for 12 modifiers in abilities instead of 9
This commit is contained in:
parent
58e6e61ad8
commit
f6efa2c36d
@ -36,7 +36,7 @@ public class AbilityEdition extends EditionInventory {
|
||||
private RegisteredSkill ability;
|
||||
|
||||
private static final DecimalFormat modifierFormat = new DecimalFormat("0.###");
|
||||
private static final int[] slots = { 23, 24, 25, 32, 33, 34, 41, 42, 43 };
|
||||
private static final int[] slots = { 23, 24, 25, 32, 33, 34, 41, 42, 43, 50, 51, 52 };
|
||||
|
||||
public AbilityEdition(Player player, MMOItemTemplate template, String configKey) {
|
||||
super(player, template);
|
||||
|
Loading…
Reference in New Issue
Block a user