1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Merge pull request #742 from hkAlice/threepointoh

fix world expansion level;
This commit is contained in:
Mordred 2021-12-13 21:10:44 +01:00 committed by GitHub
commit bba2dc3197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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