Updated to client build 10554.

This commit is contained in:
tomrus88 2009-10-10 17:29:25 +04:00
parent f46c1aaabb
commit e0476c7922
4 changed files with 13 additions and 9 deletions

View file

@ -1303,4 +1303,6 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] =
/*0x4FA*/ { "SMSG_UNKNOWN_1274", STATUS_NEVER, &WorldSession::Handle_ServerSide },
/*0x4FB*/ { "UMSG_UNKNOWN_1275", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x4FC*/ { "SMSG_UNKNOWN_1276", STATUS_NEVER, &WorldSession::Handle_ServerSide },
/*0x4FD*/ { "SMSG_UNKNOWN_1277", STATUS_NEVER, &WorldSession::Handle_ServerSide },
/*0x4FE*/ { "UMSG_UNKNOWN_1278", STATUS_NEVER, &WorldSession::Handle_NULL },
};