Package com.l2client.network.game.ClientPackets

Examples of com.l2client.network.game.ClientPackets.ProtocolVersion


    //FIXME move this out to properties should be consistent with server development
    //revision 3978 (l2j 3.7 gracia epilogue) uses 146 protocol version
    //revision 4548 uses 216
    //revision 5135 uses 273

    sendPacket(new ProtocolVersion(273));
  }
View Full Code Here

TOP

Related Classes of com.l2client.network.game.ClientPackets.ProtocolVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.