mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-07-09 22:07:46 +00:00
update
This commit is contained in:
parent
7bbb15d3cb
commit
d979ac4c65
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.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();
|
m_data.contentId = player.getContentId();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue