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:
commit
ca2370910c
2 changed files with 4 additions and 3 deletions
|
@ -66,10 +66,11 @@ namespace Sapphire::Network::Packets
|
||||||
ChatBanned = 0x006B,
|
ChatBanned = 0x006B,
|
||||||
Playtime = 0x00E7, // updated 5.18
|
Playtime = 0x00E7, // updated 5.18
|
||||||
Logout = 0x142, // updated 5.18
|
Logout = 0x142, // updated 5.18
|
||||||
CFNotify = 0x0078,
|
CFNotify = 0x01F8, // updated 5.18
|
||||||
CFMemberStatus = 0x0079,
|
CFMemberStatus = 0x0079,
|
||||||
CFDutyInfo = 0x007A,
|
CFDutyInfo = 0x007A,
|
||||||
CFPlayerInNeed = 0x007F,
|
CFPlayerInNeed = 0x007F,
|
||||||
|
CFPreferredRole = 0x032A, // added 5.18
|
||||||
|
|
||||||
SocialRequestError = 0x00AD,
|
SocialRequestError = 0x00AD,
|
||||||
|
|
||||||
|
|
|
@ -705,8 +705,8 @@ namespace Sapphire::Network::Packets::Server
|
||||||
uint8_t mountFeet;
|
uint8_t mountFeet;
|
||||||
uint8_t mountColor;
|
uint8_t mountColor;
|
||||||
uint8_t scale;
|
uint8_t scale;
|
||||||
uint32_t u29b;
|
uint32_t elementalLevel;
|
||||||
uint32_t u30b;
|
uint32_t element;
|
||||||
Common::StatusEffect effect[30];
|
Common::StatusEffect effect[30];
|
||||||
Common::FFXIVARR_POSITION3 pos;
|
Common::FFXIVARR_POSITION3 pos;
|
||||||
uint32_t models[10];
|
uint32_t models[10];
|
||||||
|
|
Loading…
Add table
Reference in a new issue