diff options
author | megamage <none@none> | 2009-08-12 19:02:10 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-12 19:02:10 -0500 |
commit | 9ef950f9beeff1e0be793a4161b2fb54a33e78bf (patch) | |
tree | f5764fe5f3dd7c7a39888fd59221c5a6c3451c37 /src | |
parent | e90686046e8663e56eecb18a05b696cab8e39efb (diff) |
*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
Diffstat (limited to 'src')
-rw-r--r-- | src/game/WorldSession.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index 57a2058e95c..2c4476199ef 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -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()); |