26 lines
No EOL
697 B
Markdown
26 lines
No EOL
697 B
Markdown
# Character Selection Set Guild Name Packet
|
|
|
|
## Metadata
|
|
|
|
**Operation Code**: 19
|
|
|
|
### Structure
|
|
|
|
Total size: 1 + 18 * Amount of Characters
|
|
|
|
| Identifier | Datatype | Size in bytes |
|
|
|------------------------|---------------------|---------------|
|
|
| Amount of Characters | byte | 1 |
|
|
| Guild Name Identifiers | GuildNameIdentifier | 18 |
|
|
|
|
### Subtypes
|
|
|
|
#### GuildNameIdentifier
|
|
|
|
Total size: 18 bytes
|
|
|
|
| Identifier | Datatype | Size in bytes |
|
|
|-----------------|----------|---------------|
|
|
| Character Slot | byte | 1 |
|
|
| Guild Name | string | 16 |
|
|
| Null Terminator | byte | 1 | |