LinkDead status will now show on logged out characters, added factionrank flag bitmask

This commit is contained in:
Waverunner
2013-12-15 15:19:56 -05:00
parent 747860eedc
commit 71d48111e0
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -607,7 +607,7 @@ public class ObjectService implements INetworkDispatch {
client.getSession().write(friendsListMessage.serialize());
if (ghost != null) {
ghost.clearFlagBitmask(PlayerFlags.LD);
String objectShortName = creature.getCustomName().toLowerCase();
if (creature.getCustomName().contains(" ")) {