diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2016-04-03 17:12:57 +0200 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-04-03 17:12:57 +0200 |
commit | 2a0582c3f2bd6a4f3c66a0cdca6ec927ddcbc908 (patch) | |
tree | 1518a3d9c63a46dc5811fedf4700fd3724f7b68f /src | |
parent | 77761e819506075b28c1b4eaf3fb295cc544c838 (diff) |
Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Server/Protocol/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 37f5e770788..37f8500fe84 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -1643,7 +1643,7 @@ enum OpcodeServer : uint32 SMSG_ZONE_UNDER_ATTACK = 0x2B38, // Opcodes that are not generated automatically - SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0xBADD, // no client handler + SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0x254B, // no client handler SMSG_COMPRESSED_PACKET = 0x2FCF, SMSG_MULTIPLE_PACKETS = 0x2FCE, |