aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 74bcde55503..cde1f7b030b 100644
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -120,7 +120,7 @@ enum OpcodeClient : uint32
CMSG_BUSY_TRADE = 0xBADD,
CMSG_BUYBACK_ITEM = 0x02D3,
CMSG_BUY_BANK_SLOT = 0x0A25,
- CMSG_BUY_ITEM = 0xBADD,
+ CMSG_BUY_ITEM = 0x0352,
CMSG_CALENDAR_ADD_EVENT = 0xBADD,
CMSG_CALENDAR_ARENA_TEAM = 0xBADD,
CMSG_CALENDAR_COMPLAIN = 0xBADD,