mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 23:57:46 +00:00
gameVer changed to 5400
This commit is contained in:
parent
e976abd586
commit
3e5b1ae5e9
1 changed files with 2 additions and 2 deletions
|
@ -452,8 +452,8 @@ void Lobby::GameConnection::generateEncryptionKey( uint32_t key, const std::stri
|
|||
m_baseKey[ 2 ] = 0x34;
|
||||
m_baseKey[ 3 ] = 0x12;
|
||||
memcpy( m_baseKey + 0x04, &key, 4 );
|
||||
m_baseKey[ 8 ] = 0x88;
|
||||
m_baseKey[ 9 ] = 0x13;
|
||||
m_baseKey[ 8 ] = 0x18;
|
||||
m_baseKey[ 9 ] = 0x15;
|
||||
memcpy( ( char* ) m_baseKey + 0x0C, keyPhrase.c_str(), keyPhrase.size() );
|
||||
Common::Util::md5( m_baseKey, m_encKey, 0x2C );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue