1
Fork 0
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:
Mordred 2018-02-18 02:12:15 +01:00
parent 48658ede62
commit e99cfbe787

View file

@ -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;