Core/Opcodes: Add unhandled status, by balrok

--HG--
branch : trunk
This commit is contained in:
Spp
2010-09-24 14:41:07 +02:00
parent 4a4d5fefae
commit 9b56aadde1
2 changed files with 11 additions and 5 deletions
+5
View File
@@ -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 &)