Fixed disappearing player titles.
This commit is contained in:
parent
69b6ef44de
commit
7e1bf6aeef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user