Fix country ID in the documentation

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent e52c20ee32
commit c870ae53dc
  1. 10
      share/doc/protocol/world-list.md

@ -33,17 +33,17 @@ The following fields are always present:
#### Country
| Data type | Description |
|--------------------|----------------|
| UnsignedShortSmart | Flag sprite ID |
| VersionedString | Name |
| Data type | Description |
|--------------------|-------------|
| UnsignedShortSmart | ID |
| VersionedString | Name |
#### World
| Data type | Description |
|--------------------|----------------------------------------------|
| UnsignedShortSmart | Offset (world ID minus the minimum world ID) |
| UnsignedByte | Country ID (from the list in the packet) |
| UnsignedByte | Country index (in the list in the packet) |
| Int | Flags (see below) |
| VersionedString | Activity |
| VersionedString | Hostname |

Loading…
Cancel
Save