mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Disable spams of "received not allowed opcode xxx". If any dev finds this error log useful, feel free to add it back.
--HG-- branch : trunk
This commit is contained in:
@@ -212,6 +212,7 @@ bool WorldSession::Update(uint32 /*diff*/)
|
||||
(this->*opHandle.handler)(*packet);
|
||||
break;
|
||||
case STATUS_NEVER:
|
||||
break;
|
||||
sLog.outError( "SESSION: received not allowed opcode %s (0x%.4X)",
|
||||
LookupOpcodeName(packet->GetOpcode()),
|
||||
packet->GetOpcode());
|
||||
|
||||
Reference in New Issue
Block a user