Fixed disappearing player titles.
This commit is contained in:
@@ -6219,10 +6219,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
public void setClan(L2Clan clan)
|
public void setClan(L2Clan clan)
|
||||||
{
|
{
|
||||||
_clan = clan;
|
_clan = clan;
|
||||||
setTitle("");
|
|
||||||
|
|
||||||
if (clan == null)
|
if (clan == null)
|
||||||
{
|
{
|
||||||
|
setTitle("");
|
||||||
_clanId = 0;
|
_clanId = 0;
|
||||||
_clanPrivileges = new EnumIntBitmask<>(ClanPrivilege.class, false);
|
_clanPrivileges = new EnumIntBitmask<>(ClanPrivilege.class, false);
|
||||||
_pledgeType = 0;
|
_pledgeType = 0;
|
||||||
|
Reference in New Issue
Block a user