1
Fork 0
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:
collett 2021-02-16 23:52:20 +09:00
parent f3b80338d4
commit 6eb0151b2b

View file

@ -25,7 +25,7 @@ namespace Sapphire::Network::Packets::Server
private:
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();