diff options
Diffstat (limited to 'src/game/LFGHandler.cpp')
-rw-r--r-- | src/game/LFGHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/LFGHandler.cpp b/src/game/LFGHandler.cpp index f7323ffad64..a98ec48e864 100644 --- a/src/game/LFGHandler.cpp +++ b/src/game/LFGHandler.cpp @@ -258,7 +258,7 @@ void WorldSession::HandleLookingForGroup(WorldPacket& recv_data) SendLfgUpdate(0, 1, 0); } -void WorldSession::SendLfgResult(uint32 type, uint32 entry, uint8 lfg_type) +void WorldSession::SendLfgResult(uint32 /*type*/, uint32 /*entry*/, uint8 /*lfg_type*/) {/* uint32 number = 0; @@ -428,7 +428,7 @@ void WorldSession::HandleLfgSetRoles(WorldPacket &recv_data) _player->m_lookingForGroup.roles = roles; } -void WorldSession::SendLfgUpdate(uint8 unk1, uint8 unk2, uint8 unk3) +void WorldSession::SendLfgUpdate(uint8 /*unk1*/, uint8 /*unk2*/, uint8 /*unk3*/) { } |