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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0074" #define REVISION_NR "0075"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__