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

Fixed red circle in exp bar

This commit is contained in:
Mordred 2017-08-09 23:13:27 +02:00
parent f6679f7ad0
commit fe1909b4ee
2 changed files with 3 additions and 2 deletions

View file

@ -786,8 +786,8 @@ struct FFXIVIpcInitUI : FFXIVIpcBasePacket<InitUI>
uint32_t charId;
uint32_t restedExp;
uint16_t unknown_12;
uint8_t expansion;
uint8_t unknown_13;
uint8_t expansion;
uint8_t race;
uint8_t tribe;
uint8_t gender;

View file

@ -68,7 +68,8 @@ private:
memcpy( m_data.howto, player->getHowToArray(), sizeof( m_data.howto ) );
m_data.expansion = 2;
m_data.unknown_13 = 0x46;
m_data.expansion = 2;
//memset( m_data.unlockBitmask, 0xFF, sizeof( m_data.unlockBitmask ) );
//memset( m_data.unknown_0344, 0xFF, sizeof( m_data.unknown_0344 ) );