diff options
Diffstat (limited to 'src/game/Opcodes.h')
| -rw-r--r-- | src/game/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index ecc08450640..243982e60f2 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1327,7 +1327,7 @@ enum Opcodes CMSG_SET_ALLOW_LOW_LEVEL_RAID1 = 0x508, // lua: SetAllowLowLevelRaid CMSG_SET_ALLOW_LOW_LEVEL_RAID2 = 0x509, // lua: SetAllowLowLevelRaid SMSG_CAMERA_SHAKE = 0x50A, // uint32 SpellEffectCameraShakes.dbc index, uint32 - SMSG_UNKNOWN_1291 = 0x50B, // some item update packet? + SMSG_UPDATE_ITEM_ENCHANTMENTS = 0x50B, // some item update packet? UMSG_UNKNOWN_1292 = 0x50C, // not found SMSG_REDIRECT_CLIENT = 0x50D, // uint32 ip, uint16 port, uint32 unk, uint8[20] hash (ip + port, seed=sessionkey) CMSG_REDIRECTION_FAILED = 0x50E, // something with networking |
