mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Change size of SMSG_AUTH_CHALLENGE WorldPacket from 37 to 40 in WorldSocket::HandleSendAuthSession (#25886)
This commit is contained in:
committed by
GitHub
parent
cdfa85957e
commit
c7e03e4cef
@@ -126,7 +126,7 @@ bool WorldSocket::Update()
|
||||
|
||||
void WorldSocket::HandleSendAuthSession()
|
||||
{
|
||||
WorldPacket packet(SMSG_AUTH_CHALLENGE, 37);
|
||||
WorldPacket packet(SMSG_AUTH_CHALLENGE, 40);
|
||||
packet << uint32(1); // 1...31
|
||||
packet.append(_authSeed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user