mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Added comment to spawn packet indicating field meaning of type
This commit is contained in:
parent
48658ede62
commit
e99cfbe787
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ struct FFXIVIpcPlayerSpawn : FFXIVIpcBasePacket<PlayerSpawn>
|
|||
uint8_t spawnIndex;
|
||||
uint8_t state;
|
||||
uint8_t persistantEmote;
|
||||
uint8_t type;
|
||||
uint8_t type; // modelType -> eventSystemDefine
|
||||
uint8_t subtype;
|
||||
uint8_t voice;
|
||||
uint16_t u25c;
|
||||
|
|
Loading…
Add table
Reference in a new issue