29303132333435
L2Player activeChar = getClient().getActiveChar(); if(activeChar == null) { return; } activeChar.sendPacket(new ExListPartyMatchingWaitingRoom(activeChar, _minLevel, _maxLevel, _page)); }