mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
unlock everything update
This commit is contained in:
parent
f3b80338d4
commit
6eb0151b2b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Sapphire::Network::Packets::Server
|
||||||
private:
|
private:
|
||||||
void initialize( Entity::Player& player )
|
void initialize( Entity::Player& player )
|
||||||
{
|
{
|
||||||
memset( &m_data.unknownOword[ 0 ], 255, reinterpret_cast< uint64_t >( &m_data.padding2 ) - reinterpret_cast< uint64_t >( &m_data.unknownOword[ 0 ] ) );
|
memset( &m_data.unknownOword[ 0 ], 255, reinterpret_cast< uint64_t >( &m_data.unknown5_45d ) - reinterpret_cast< uint64_t >( &m_data.unknownOword[ 0 ] ) );
|
||||||
|
|
||||||
m_data.contentId = player.getContentId();
|
m_data.contentId = player.getContentId();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue