1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-26 03:27:44 +00:00

Merge remote-tracking branch 'remotes/origin/develop' into develop_c

This commit is contained in:
collett 2020-01-03 17:33:53 +09:00
commit d1b8fd019e
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];