fixed build

This commit is contained in:
Ovahlord
2020-11-03 21:58:48 +01:00
parent 24da4cc22e
commit 7e637971ee

View File

@@ -627,9 +627,6 @@ void WorldSession::SendLfgLfrList(bool update)
{
TC_LOG_DEBUG("lfg", "SMSG_LFG_LFR_LIST %s update: %u",
GetPlayerInfo().c_str(), update ? 1 : 0);
WorldPacket data(SMSG_LFG_UPDATE_SEARCH, 1);
data << uint8(update); // In Lfg Queue?
SendPacket(&data);
}
void WorldSession::SendLfgDisabled()