[0075] Unintended changes

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-13 14:13:44 +03:00 committed by Antz
parent 0b24dd2912
commit c032f556bf
2 changed files with 1 additions and 7 deletions

View file

@ -139,9 +139,6 @@ void WorldSession::SendPacket(WorldPacket const* packet)
return;
}
sLog.outError("SESSION: sent packet 0x%.4X (%s) to %s (%u)", packet->GetOpcode(),
LookupOpcodeName(packet->GetOpcode()), GetPlayerName(), GetAccountId());
const_cast<WorldPacket*>(packet)->FlushBits();
#ifdef MANGOS_DEBUG
@ -222,9 +219,6 @@ bool WorldSession::Update(PacketFilter& updater)
packet->GetOpcode());
#endif*/
sLog.outError("SESSION: received packet 0x%.4X (%s) from %s (%u)", packet->GetOpcode(),
LookupOpcodeName(packet->GetOpcode()), GetPlayerName(), GetAccountId());
OpcodeHandler const& opHandle = opcodeTable[packet->GetOpcode()];
try
{