Fixed Ertheia dual class skill learning.
This commit is contained in:
parent
e406781d8f
commit
f70dbdfc15
@ -685,7 +685,7 @@ public final class SkillTreesData implements IGameXmlReader
|
||||
return result;
|
||||
}
|
||||
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP) && (player.getRace() != Race.ERTHEIA);
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP);
|
||||
|
||||
for (Entry<Long, L2SkillLearn> entry : skills.entrySet())
|
||||
{
|
||||
|
@ -685,7 +685,7 @@ public final class SkillTreesData implements IGameXmlReader
|
||||
return result;
|
||||
}
|
||||
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP) && (player.getRace() != Race.ERTHEIA);
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP);
|
||||
|
||||
for (Entry<Long, L2SkillLearn> entry : skills.entrySet())
|
||||
{
|
||||
|
@ -685,7 +685,7 @@ public final class SkillTreesData implements IGameXmlReader
|
||||
return result;
|
||||
}
|
||||
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP) && (player.getRace() != Race.ERTHEIA);
|
||||
final boolean isAwaken = player.isInCategory(CategoryType.AWAKEN_GROUP);
|
||||
|
||||
for (Entry<Long, L2SkillLearn> entry : skills.entrySet())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user