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 b0241d60204..4b9bf6f8390 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1326,7 +1326,7 @@ enum Opcodes UMSG_UNKNOWN_1287 = 0x507, // not found CMSG_UNKNOWN_1288 = 0x508, // lua: SetAllowLowLevelRaid CMSG_UNKNOWN_1289 = 0x509, // lua: SetAllowLowLevelRaid - SMSG_UNKNOWN_1290 = 0x50A, // camera shake? + SMSG_CAMERA_SHAKE = 0x50A, // uint32 SpellEffectCameraShakes.dbc index, uint32 SMSG_UNKNOWN_1291 = 0x50B, // some item update packet? UMSG_UNKNOWN_1292 = 0x50C, // not found UMSG_UNKNOWN_1293 = 0x50D, // not found - disconnect |