mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[12734] Implemented CMSG_SET_PET_SLOT (original author @Dramacydal)
This commit is contained in:
parent
27ff3eec3f
commit
a2073779f0
6 changed files with 23 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue