*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:
megamage
2009-08-12 19:02:10 -05:00
parent e90686046e
commit 9ef950f9be

View File

@@ -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());