mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
fixed build
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user