Fixed Clan Advent remove effect message when player logins.

This commit is contained in:
MobiusDev 2017-04-22 13:07:10 +00:00
parent d81ac1c428
commit 7983e0927d
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ public final class Clan extends AbstractNpcAI
}
});
}
else if (activeChar.getClan() != null)
if (activeChar.getClan() != null)
{
activeChar.getEffectList().stopSkillEffects(true, CLAN_ADVENT.getSkill());
}

View File

@ -138,7 +138,7 @@ public final class Clan extends AbstractNpcAI
}
});
}
else if (activeChar.getClan() != null)
if (activeChar.getClan() != null)
{
activeChar.getEffectList().stopSkillEffects(true, CLAN_ADVENT.getSkill());
}