mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Fixed red circle in exp bar
This commit is contained in:
parent
67a18a8253
commit
2b5ed15794
2 changed files with 3 additions and 2 deletions
|
@ -786,8 +786,8 @@ struct FFXIVIpcInitUI : FFXIVIpcBasePacket<InitUI>
|
||||||
uint32_t charId;
|
uint32_t charId;
|
||||||
uint32_t restedExp;
|
uint32_t restedExp;
|
||||||
uint16_t unknown_12;
|
uint16_t unknown_12;
|
||||||
uint8_t expansion;
|
|
||||||
uint8_t unknown_13;
|
uint8_t unknown_13;
|
||||||
|
uint8_t expansion;
|
||||||
uint8_t race;
|
uint8_t race;
|
||||||
uint8_t tribe;
|
uint8_t tribe;
|
||||||
uint8_t gender;
|
uint8_t gender;
|
||||||
|
|
|
@ -68,6 +68,7 @@ private:
|
||||||
|
|
||||||
memcpy( m_data.howto, player->getHowToArray(), sizeof( m_data.howto ) );
|
memcpy( m_data.howto, player->getHowToArray(), sizeof( m_data.howto ) );
|
||||||
|
|
||||||
|
m_data.unknown_13 = 0x46;
|
||||||
m_data.expansion = 2;
|
m_data.expansion = 2;
|
||||||
|
|
||||||
//memset( m_data.unlockBitmask, 0xFF, sizeof( m_data.unlockBitmask ) );
|
//memset( m_data.unlockBitmask, 0xFF, sizeof( m_data.unlockBitmask ) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue