mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8853] Not attempt output not existed name in opcode table.
This commit is contained in:
parent
903ce57db2
commit
b9419c0605
2 changed files with 2 additions and 3 deletions
|
|
@ -661,8 +661,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
|
|||
|
||||
if (opcode >= NUM_MSG_TYPES)
|
||||
{
|
||||
sLog.outError( "SESSION: received non-existed opcode %s (0x%.4X)",
|
||||
LookupOpcodeName(opcode), opcode);
|
||||
sLog.outError( "SESSION: received non-existed opcode 0x%.4X", opcode);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue