mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
ReqServiceAccountList -> ClientVersionInfo
This commit is contained in:
parent
5a35a2dabf
commit
150c86fc48
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@ enum ClientLobbyIpcType :
|
|||
{
|
||||
ReqCharList = 0x0003,
|
||||
ReqEnterWorld = 0x0004,
|
||||
ReqServiceAccountList = 0x0005,
|
||||
ClientVersionInfo = 0x0005,
|
||||
|
||||
ReqCharDelete = 0x000A,
|
||||
ReqCharCreate = 0x000B,
|
||||
|
|
|
@ -404,8 +404,9 @@ void Core::Network::GameConnection::handleGamePacket( Packets::FFXIVARR_PACKET_R
|
|||
|
||||
switch( *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) )
|
||||
{
|
||||
case ReqServiceAccountList:
|
||||
case ClientVersionInfo:
|
||||
{
|
||||
// todo: validate client version based on sha1 or gamever/bootver
|
||||
sendServiceAccountList( packet, tmpId );
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue