activeChar.sendPacket(new ExBR_PremiumState(activeChar, activeChar.hasBonus()));
activeChar.getMacroses().sendUpdate(0x01, 0, true);
activeChar.sendPacket(new SSQInfo(), new HennaInfo(activeChar));
activeChar.sendItemList(false);
activeChar.sendPacket(new ShortCutInit(activeChar));
activeChar.sendPacket(new ShortCutInit(activeChar), new SkillList(activeChar), new SkillCoolTime(activeChar));
activeChar.sendPacket(new SkillCoolTime(activeChar));
//activeChar.sendPacket(new ExCastleState(_castle));
activeChar.sendPacket(new ExVitalityEffectInfo(activeChar));
for(Castle castle : ResidenceHolder.getInstance().getResidenceList(Castle.class))
{