mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending any responses
This commit is contained in:
@@ -331,4 +331,6 @@ void WorldSession::HandleQueryRealmName(WorldPackets::Query::QueryRealmName& que
|
||||
}
|
||||
else
|
||||
realmQueryResponse.LookupState = RESPONSE_FAILURE;
|
||||
|
||||
SendPacket(realmQueryResponse.Write());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user