Initial capacity for mount enabled skill list set to 2.
This commit is contained in:
parent
ca1dde80a6
commit
3952f3f88b
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -215,7 +215,7 @@ public final class Skill implements IIdentifiable
|
||||
|
||||
private final boolean _isPvPOnly;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
@ -209,7 +209,7 @@ public final class Skill implements IIdentifiable
|
||||
private final SkillBuffType _buffType;
|
||||
private final boolean _displayInList;
|
||||
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>();
|
||||
private final static List<Integer> MOUNT_ENABLED_SKILLS = new ArrayList<>(2);
|
||||
static
|
||||
{
|
||||
MOUNT_ENABLED_SKILLS.add(4289); // Wyvern Breath
|
||||
|
Loading…
Reference in New Issue
Block a user