Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending any responses

This commit is contained in:
Shauren
2024-08-19 00:55:19 +02:00
parent b6b2cdcce0
commit 7f8a932b8b
2 changed files with 3 additions and 1 deletions

View File

@@ -331,4 +331,6 @@ void WorldSession::HandleQueryRealmName(WorldPackets::Query::QueryRealmName& que
}
else
realmQueryResponse.LookupState = RESPONSE_FAILURE;
SendPacket(realmQueryResponse.Write());
}