continuity/Wiki/topics/Packets/Character-Selection-Set-Guild-Name-Packet.md
Timothy Schenk 7fde237434
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 23s
Build, Package and Push Images / docs (push) Successful in 25s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 34s
Build, Package and Push Images / build-docs-container (push) Successful in 49s
Build, Package and Push Images / deploy-wiki (push) Successful in 4s
Build, Package and Push Images / container-build (push) Successful in 1m22s
Build, Package and Push Images / container-sbom-scan (push) Successful in 32s
chore: restructuring
2023-11-16 12:49:47 +01:00

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 |