diff options
author | Spp <none@none> | 2010-05-01 23:20:11 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-01 23:20:11 +0200 |
commit | d3a842ee373f1b0222fe986bf39ee90112e10609 (patch) | |
tree | b4209773e887ab6da30b3a16428a64d152041a95 /src/game/Opcodes.h | |
parent | 6d5f7cac24d0f045c4e8574b58a02db6bbae4590 (diff) |
Rename two more opcodes
Patch by Zor
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index d5c189ca543..ecc08450640 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1324,8 +1324,8 @@ enum Opcodes UMSG_UNKNOWN_1285 = 0x505, SMSG_CORPSE_NOT_IN_INSTANCE = 0x506, UMSG_UNKNOWN_1287 = 0x507, // not found - CMSG_UNKNOWN_1288 = 0x508, // lua: SetAllowLowLevelRaid - CMSG_UNKNOWN_1289 = 0x509, // lua: SetAllowLowLevelRaid + 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? UMSG_UNKNOWN_1292 = 0x50C, // not found |