132133134135136137138139
* @param attempts int * @return boolean */ public boolean insertWrongAttempt(int attempts) { LoginServerCommunication.getInstance().sendPacket(new Player2ndAuthSetAttempts(_activeClient.getLogin(), attempts)); return true; }
93949596979899100101102103
break; case 0x15: packet = new Player2ndAuthSetPassword(); break; case 0x16: packet = new Player2ndAuthSetAttempts(); break; case 0x17: packet = new Player2ndAuthSetBanTime(); break; case 0xff: