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.cpp | |
parent | 6d5f7cac24d0f045c4e8574b58a02db6bbae4590 (diff) |
Rename two more opcodes
Patch by Zor
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.cpp')
-rw-r--r-- | src/game/Opcodes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 4d1ce061791..1a3ef84fc63 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1316,8 +1316,8 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x505*/ { "UMSG_UNKNOWN_1285", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x506*/ { "SMSG_CORPSE_NOT_IN_INSTANCE", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x507*/ { "UMSG_UNKNOWN_1287", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x508*/ { "CMSG_UNKNOWN_1288", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x509*/ { "CMSG_UNKNOWN_1289", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x508*/ { "CMSG_SET_ALLOW_LOW_LEVEL_RAID1", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x509*/ { "CMSG_SET_ALLOW_LOW_LEVEL_RAID2", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x50A*/ { "SMSG_CAMERA_SHAKE", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x50B*/ { "SMSG_UNKNOWN_1291", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x50C*/ { "UMSG_UNKNOWN_1292", STATUS_NEVER, &WorldSession::Handle_NULL }, |