diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2014-12-22 21:14:47 +0000 |
---|---|---|
committer | Duarte Duarte <dnpd.dd@gmail.com> | 2014-12-22 21:14:47 +0000 |
commit | bf8eff8545d092585a1c710dc0b251b8cd0654bb (patch) | |
tree | 76f041a4e5da77ced7a702ffa5ced6c4407a4298 | |
parent | 9d7433244eb06258b6a6af0149b2152534a45ee7 (diff) | |
parent | 2a98e7b3ee879fecf82f055b6753b69dca8c647e (diff) |
Merge pull request #13739 from ProjectcoreDevs/patch-1
Core/Opcode Add CMSG_BUY_ITEM Opcode
-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 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, |