rswiki-book/src/317/317-Remove-friend.md

18 lines
434 B
Markdown
Raw Permalink Normal View History

2018-10-13 09:48:41 -04:00
# Remove Friend
This packet is sent when a player removes a friend from their friends list.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Remove friend |
| Description | Sent when a player removes a friend from their friend list. |
| Opcode | 215 |
| Type | Fixed |
| Length | 8 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Long](/Data-Types.html#common-data-types) | The other players ID. |