baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
17
docs/Packets/C1-01-LeaveChatRoom_by-client.md
Normal file
17
docs/Packets/C1-01-LeaveChatRoom_by-client.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# C1 01 - LeaveChatRoom (by client)
|
||||
|
||||
## Is sent when
|
||||
|
||||
This packet is sent by the client when it leaves the chat room, before the connection closes.
|
||||
|
||||
## Causes the following actions on the server side
|
||||
|
||||
The server will remove the client from the chat room, notifying the remaining clients.
|
||||
|
||||
## Structure
|
||||
|
||||
| Index | Length | Data Type | Value | Description |
|
||||
|-------|--------|-----------|-------|-------------|
|
||||
| 0 | 1 | Byte | 0xC1 | [Packet type](PacketTypes.md) |
|
||||
| 1 | 1 | Byte | 3 | Packet header - length of the packet |
|
||||
| 2 | 1 | Byte | 0x01 | Packet header - packet type identifier |
|
||||
Reference in New Issue
Block a user