1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00

fix world expansion level;

This commit is contained in:
Alice Ogeda 2021-12-13 17:03:42 -03:00
parent 51b5d1999f
commit 5391af378a
2 changed files with 2 additions and 2 deletions

View file

@ -963,8 +963,8 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
uint64_t Crest; uint64_t Crest;
uint32_t EntityId; uint32_t EntityId;
uint32_t RestPoint; uint32_t RestPoint;
uint8_t Expansion;
uint8_t Unknown8; uint8_t Unknown8;
uint8_t ExpansionLevel;
uint8_t Race; uint8_t Race;
uint8_t Tribe; uint8_t Tribe;
uint8_t Sex; uint8_t Sex;

View file

@ -68,7 +68,7 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
// possibly max level or current level // possibly max level or current level
// m_data.maxLevel = Common::MAX_PLAYER_LEVEL; // m_data.maxLevel = Common::MAX_PLAYER_LEVEL;
// m_data.expansion = Common::CURRENT_EXPANSION_ID; m_data.ExpansionLevel = Common::CURRENT_EXPANSION_ID;
// df stuff // df stuff
// todo: actually do this properly // todo: actually do this properly