diff options
author | Spp <none@none> | 2010-04-29 16:06:44 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-29 16:06:44 +0200 |
commit | cade04accc7b1d74c31f282d87f54b46dfc804b7 (patch) | |
tree | 9c1b7d486917c721b1e0c22c1c7507a209d931c0 | |
parent | c10526a3ae0087be2ae5e6a8bceb5ff454dea5f5 (diff) |
Add missing change in rev: 8012
--HG--
branch : trunk
-rw-r--r-- | src/game/Opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 38203b83190..eedf4c507ad 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1314,5 +1314,5 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x503*/ { "UMSG_UNKNOWN_1283", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x504*/ { "UMSG_UNKNOWN_1284", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x505*/ { "UMSG_UNKNOWN_1285", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x506*/ { "UMSG_UNKNOWN_1286", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x506*/ { "SMSG_CORPSE_NOT_IN_INSTANCE", STATUS_NEVER, &WorldSession::Handle_NULL }, }; |