|
@@ -10884,7 +10884,7 @@ public final class L2PcInstance extends L2Playable
|
|
checkPlayerSkills();
|
|
checkPlayerSkills();
|
|
|
|
|
|
if (Config.CACHE_CHAR_NAMES)
|
|
if (Config.CACHE_CHAR_NAMES)
|
|
- CharNameTable.getInstance().addName(getObjectId(), getName());
|
|
|
|
|
|
+ CharNameTable.getInstance().addName(this);
|
|
}
|
|
}
|
|
|
|
|
|
public long getLastAccess()
|
|
public long getLastAccess()
|