diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2016-08-21 21:33:03 +0200 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-08-21 21:33:03 +0200 |
commit | 85feeceea139d2caf10485ea4418e7090e0a5e65 (patch) | |
tree | f077880123af8b29344307e03b64a841dd57ba47 /src | |
parent | a792a5a41dc806ed8426533ae131f12bd66b90b0 (diff) |
Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode for 7.0.3
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 3dde86efe49..45f4272187d 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -1694,7 +1694,7 @@ enum OpcodeServer : uint32 SMSG_ZONE_UNDER_ATTACK = 0x2BBA, // Opcodes that are not generated automatically - SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0xBADD, // no client handler + SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0x25C3, // no client handler SMSG_ITEM_UPGRADE_RESULT = 0xBADD, // no client handler SMSG_COMPRESSED_PACKET = 0x3052, SMSG_MULTIPLE_PACKETS = 0x3051, |