sendPacket(new ClientSetTime()); // SetClientTime
sendPacket(new UserInfo(activeChar)); //
sendPacket(new HennaInfo(activeChar));
sendPacket(new FriendList(activeChar));
sendPacket(new ItemList(activeChar, false));
sendPacket(new ShortCutInit(activeChar));
// Send all skills to char
activeChar.sendSkillList();
if(RankPvpSystemConfig.NICK_COLOR_ENABLED || RankPvpSystemConfig.TITLE_COLOR_ENABLED)