[12734] Implemented CMSG_SET_PET_SLOT (original author @Dramacydal)

This commit is contained in:
sanctum32 2013-11-18 07:07:45 +02:00 committed by Antz
parent 27ff3eec3f
commit a2073779f0
6 changed files with 23 additions and 5 deletions

View file

@ -1426,7 +1426,8 @@ enum Opcodes
SMSG_PVP_OPTIONS_ENABLED = 0x50A1, // 4.3.4 15595
CMSG_REQUEST_HOTFIX = 0x2401, // 4.3.4 15595
SMSG_DB_REPLY = 0x38A4, // 4.3.4 15595
CMSG_OBJECT_UPDATE_FAILED = 0x3808, // 4.3.4 15595
CMSG_OBJECT_UPDATE_FAILED = 0x3808, // 4.3.4 15595
CMSG_SET_PET_SLOT = 0x3A04, // 4.3.4 15595
};
#define MAX_OPCODE_TABLE_SIZE 0xFFFF