mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 23:01:36 -04:00
Core/Opcodes: Add unhandled status, by balrok
--HG-- branch : trunk
This commit is contained in:
@@ -276,6 +276,11 @@ bool WorldSession::Update(uint32 diff)
|
||||
packet->GetOpcode());
|
||||
*/
|
||||
break;
|
||||
case STATUS_UNHANDLED:
|
||||
sLog.outDebug("SESSION: received not handled opcode %s (0x%.4X)",
|
||||
LookupOpcodeName(packet->GetOpcode()),
|
||||
packet->GetOpcode());
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(ByteBufferException &)
|
||||
|
||||
Reference in New Issue
Block a user