[8853] Not attempt output not existed name in opcode table.

This commit is contained in:
VladimirMangos 2009-11-21 09:18:32 +03:00
parent 903ce57db2
commit b9419c0605
2 changed files with 2 additions and 3 deletions

View file

@ -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;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8852"
#define REVISION_NR "8853"
#endif // __REVISION_NR_H__