aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-29 04:13:28 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-29 04:13:28 +0200
commite49328d0939c11ce4f8460f6185c09a4320bdaaf (patch)
treed08332731b62dc58b279027f415b406e08ed75b5 /src
parent6754881fe137056f7033ad29dc16560541a78711 (diff)
Core/Packets: updated opcode value for SMSG_ACCOUNT_HEIRLOOM_UPDATE
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Server/Protocol/Opcodes.h2
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 b2d3f8b7b41..59854d61de4 100644
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -1849,7 +1849,7 @@ enum OpcodeServer : uint16
SMSG_ZONE_UNDER_ATTACK = 0x2BB5,
// Opcodes that are not generated automatically
- SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0x25B0, // no client handler
+ SMSG_ACCOUNT_HEIRLOOM_UPDATE = 0x25B3, // no client handler
SMSG_COMPRESSED_PACKET = 0x3052,
SMSG_MULTIPLE_PACKETS = 0x3051,