mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
no longer broken
This commit is contained in:
parent
05b9821821
commit
890f0233a0
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ namespace Sapphire::Network::Packets::Server
|
|||
//m_data.orchestrionMask[0] = 0xFE;
|
||||
//memcpy( m_data.mountGuideMask, player.getMountGuideBitmask(), sizeof( m_data.mountGuideMask ) );
|
||||
memset( m_data.mountGuideMask, 0xFF, sizeof( m_data.mountGuideMask ) );
|
||||
m_data.mountGuideMask[21] = 0xBF; // mask out the broken mount
|
||||
|
||||
//memcpy( m_data.unlockBitmask, player.getUnlockBitmask(), sizeof( m_data.unlockBitmask ) );
|
||||
//m_data.unlockBitmask[0] = 0xFD;
|
||||
|
|
Loading…
Add table
Reference in a new issue