Fixed Clan Advent remove effect message when player logins.
This commit is contained in:
parent
d81ac1c428
commit
7983e0927d
@ -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());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user