Skip to content

Commit

Permalink
Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Michael committed Apr 3, 2016
1 parent 77761e8 commit 2a0582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/Protocol/Opcodes.h
Expand Up @@ -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,

Expand Down

0 comments on commit 2a0582c

Please sign in to comment.