1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-09 14:07:44 +00:00
This commit is contained in:
collett 2021-06-04 19:23:07 +09:00
parent 7bbb15d3cb
commit d979ac4c65

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.unknown5_45d ) - reinterpret_cast< uint64_t >( &m_data.unknownOword[ 0 ] ) );
memset( &m_data.unknownOword[ 0 ], 255, reinterpret_cast< uint64_t >( &m_data.unknown5_55c ) - reinterpret_cast< uint64_t >( &m_data.unknownOword[ 0 ] ) );
m_data.contentId = player.getContentId();