Fixed disappearing player titles.

This commit is contained in:
MobiusDev 2016-07-31 14:36:30 +00:00
parent 69b6ef44de
commit 7e1bf6aeef

View File

@ -5822,10 +5822,10 @@ public final class L2PcInstance extends L2Playable
public void setClan(L2Clan clan)
{
_clan = clan;
setTitle("");
if (clan == null)
{
setTitle("");
_clanId = 0;
_clanPrivileges = new EnumIntBitmask<>(ClanPrivilege.class, false);
_pledgeType = 0;