[12065] Fix various warnings

This commit is contained in:
Schmoozerd 2012-07-20 18:48:48 +02:00
parent 5f4d61928f
commit 84080ee5d3
27 changed files with 91 additions and 89 deletions

View file

@ -68,7 +68,7 @@ void WorldSession::HandleSearchLfgJoinOpcode(WorldPacket& recv_data)
recv_data >> temp;
entry = (temp & 0x00FFFFFF);
LfgType type = LfgType((temp >> 24) & 0x000000FF);
// LfgType type = LfgType((temp >> 24) & 0x000000FF);
//SendLfgSearchResults(type, entry);
}