1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00

Merge pull request #614 from karashiiro/develop

More opcodes, ID PlayerSpawn fields
This commit is contained in:
Adam 2020-01-03 13:47:08 +11:00 committed by GitHub
commit ca2370910c
2 changed files with 4 additions and 3 deletions

View file

@ -66,10 +66,11 @@ namespace Sapphire::Network::Packets
ChatBanned = 0x006B,
Playtime = 0x00E7, // updated 5.18
Logout = 0x142, // updated 5.18
CFNotify = 0x0078,
CFNotify = 0x01F8, // updated 5.18
CFMemberStatus = 0x0079,
CFDutyInfo = 0x007A,
CFPlayerInNeed = 0x007F,
CFPreferredRole = 0x032A, // added 5.18
SocialRequestError = 0x00AD,

View file

@ -705,8 +705,8 @@ namespace Sapphire::Network::Packets::Server
uint8_t mountFeet;
uint8_t mountColor;
uint8_t scale;
uint32_t u29b;
uint32_t u30b;
uint32_t elementalLevel;
uint32_t element;
Common::StatusEffect effect[30];
Common::FFXIVARR_POSITION3 pos;
uint32_t models[10];