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:
commit
bba2dc3197
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue