mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
[12065] Fix various warnings
This commit is contained in:
parent
5f4d61928f
commit
84080ee5d3
27 changed files with 91 additions and 89 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue