diff --git a/317-Protocol.mediawiki b/317-Protocol.mediawiki index d5267cd..a4491c7 100644 --- a/317-Protocol.mediawiki +++ b/317-Protocol.mediawiki @@ -5,6 +5,9 @@ When the client sends a packet to the server, the first byte encapsulates its opcode. The server then associates this packet opcode to its respective predefined size. If the packet does not contain a fixed size, the opcode will be followed by either a byte or a word, depending on the specific packet, for its proper size. == '''Login''' == +Opcode: 14 + +After the client sends the login opcode, == '''Incoming Data''' ==