Changed CharInfo Invisible title text to match the UserInfo one.
This commit is contained in:
parent
e2b585c480
commit
2bc6190412
@ -174,7 +174,7 @@ public class CharInfo extends L2GameServerPacket
|
||||
writeD(_activeChar.getVisualHairColor());
|
||||
writeD(_activeChar.getVisualFace());
|
||||
|
||||
writeS(gmSeeInvis ? "Invisible" : _activeChar.getAppearance().getVisibleTitle());
|
||||
writeS(gmSeeInvis ? "[Invisible]" : _activeChar.getAppearance().getVisibleTitle());
|
||||
|
||||
if (!_activeChar.isCursedWeaponEquipped())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user