示例#1
0
void WorldSession::nothingToHandle(WorldPacket& recv_data)
{
    if (recv_data.isEmpty() == false)
    {
        LogDebugFlag(LF_OPCODE, "Opcode %s (0x%.4X) received. Apply nothingToHandle handler but size is %u!", getOpcodeName(recv_data.GetOpcode()).c_str(), recv_data.GetOpcode(), recv_data.size());
    }
}