Fixed Clan Advent remove effect message when player logins.
This commit is contained in:
@@ -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());
|
activeChar.getEffectList().stopSkillEffects(true, CLAN_ADVENT.getSkill());
|
||||||
}
|
}
|
||||||
|
@@ -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());
|
activeChar.getEffectList().stopSkillEffects(true, CLAN_ADVENT.getSkill());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user