mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Identify elementalLevel and element in PlayerSpawn packet
This commit is contained in:
parent
537d6e6ff0
commit
03f89dfbee
1 changed files with 2 additions and 2 deletions
|
@ -694,8 +694,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];
|
||||
|
|
Loading…
Add table
Reference in a new issue