mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-14 05:59:29 +01:00
Core/PacketIO: Fixed instant logouts displaying logout box with timer
This commit is contained in:
@@ -389,7 +389,7 @@ void WorldSession::HandleLogoutRequestOpcode(WorldPacket& /*recvData*/)
|
||||
|
||||
WorldPacket data(SMSG_LOGOUT_RESPONSE, 1+4);
|
||||
data << uint32(reason);
|
||||
data << uint8(0);
|
||||
data << uint8(instantLogout);
|
||||
SendPacket(&data);
|
||||
|
||||
if (reason)
|
||||
|
||||
Reference in New Issue
Block a user