mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10469] Rename some opcode handler to better follow used naming style
This commit is contained in:
parent
ad23b7ca05
commit
54d991ef3a
11 changed files with 143 additions and 143 deletions
|
|
@ -439,7 +439,7 @@ void WorldSession::HandleItemQuerySingleOpcode( WorldPacket & recv_data )
|
|||
}
|
||||
}
|
||||
|
||||
void WorldSession::HandleReadItem( WorldPacket & recv_data )
|
||||
void WorldSession::HandleReadItemOpcode( WorldPacket & recv_data )
|
||||
{
|
||||
//DEBUG_LOG( "WORLD: CMSG_READ_ITEM");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue