mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[0075] Unintended changes
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
0b24dd2912
commit
c032f556bf
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue