1314151617181920212223
L2Player activeChar = getClient().getActiveChar(); if(activeChar == null) { return; } activeChar.sendPacket(new ExReplyDominionInfo()); if(TerritorySiege.isInProgress()) { activeChar.sendPacket(new ExShowOwnthingPos()); } }