Removed AbnormalType check at stopSkillEffects.
This commit is contained in:
@@ -446,11 +446,7 @@ public final class CharEffectList
|
|||||||
*/
|
*/
|
||||||
public void stopSkillEffects(boolean removed, Skill skill)
|
public void stopSkillEffects(boolean removed, Skill skill)
|
||||||
{
|
{
|
||||||
// Check for existing abnormal type of the skill to make things quicker. None abnormal type should also work.
|
stopSkillEffects(removed, skill.getId());
|
||||||
if ((skill != null) && hasAbnormalType(skill.getAbnormalType()))
|
|
||||||
{
|
|
||||||
stopSkillEffects(removed, skill.getId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -446,11 +446,7 @@ public final class CharEffectList
|
|||||||
*/
|
*/
|
||||||
public void stopSkillEffects(boolean removed, Skill skill)
|
public void stopSkillEffects(boolean removed, Skill skill)
|
||||||
{
|
{
|
||||||
// Check for existing abnormal type of the skill to make things quicker. None abnormal type should also work.
|
stopSkillEffects(removed, skill.getId());
|
||||||
if ((skill != null) && hasAbnormalType(skill.getAbnormalType()))
|
|
||||||
{
|
|
||||||
stopSkillEffects(removed, skill.getId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -446,11 +446,7 @@ public final class CharEffectList
|
|||||||
*/
|
*/
|
||||||
public void stopSkillEffects(boolean removed, Skill skill)
|
public void stopSkillEffects(boolean removed, Skill skill)
|
||||||
{
|
{
|
||||||
// Check for existing abnormal type of the skill to make things quicker. None abnormal type should also work.
|
stopSkillEffects(removed, skill.getId());
|
||||||
if ((skill != null) && hasAbnormalType(skill.getAbnormalType()))
|
|
||||||
{
|
|
||||||
stopSkillEffects(removed, skill.getId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -446,11 +446,7 @@ public final class CharEffectList
|
|||||||
*/
|
*/
|
||||||
public void stopSkillEffects(boolean removed, Skill skill)
|
public void stopSkillEffects(boolean removed, Skill skill)
|
||||||
{
|
{
|
||||||
// Check for existing abnormal type of the skill to make things quicker. None abnormal type should also work.
|
stopSkillEffects(removed, skill.getId());
|
||||||
if ((skill != null) && hasAbnormalType(skill.getAbnormalType()))
|
|
||||||
{
|
|
||||||
stopSkillEffects(removed, skill.getId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -446,11 +446,7 @@ public final class CharEffectList
|
|||||||
*/
|
*/
|
||||||
public void stopSkillEffects(boolean removed, Skill skill)
|
public void stopSkillEffects(boolean removed, Skill skill)
|
||||||
{
|
{
|
||||||
// Check for existing abnormal type of the skill to make things quicker. None abnormal type should also work.
|
stopSkillEffects(removed, skill.getId());
|
||||||
if ((skill != null) && hasAbnormalType(skill.getAbnormalType()))
|
|
||||||
{
|
|
||||||
stopSkillEffects(removed, skill.getId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user