Initial capacity for mount enabled skill list set to 2.

This commit is contained in:
MobiusDev 2019-01-14 04:51:41 +00:00
parent ca1dde80a6
commit 3952f3f88b
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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