1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Identify elementalLevel and element in PlayerSpawn packet

This commit is contained in:
karashiiro 2019-12-21 16:17:46 -08:00
parent 537d6e6ff0
commit 03f89dfbee

View file

@ -694,8 +694,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];