mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix online selling: CMSG_SELL_ITEM count as uint32, read coinage from field 1219, handle sell/inventory errors
This commit is contained in:
parent
4c530e9cee
commit
8b141658b7
5 changed files with 60 additions and 9 deletions
|
|
@ -1277,7 +1277,7 @@ public:
|
|||
/** CMSG_SELL_ITEM packet builder */
|
||||
class SellItemPacket {
|
||||
public:
|
||||
static network::Packet build(uint64_t vendorGuid, uint64_t itemGuid, uint8_t count);
|
||||
static network::Packet build(uint64_t vendorGuid, uint64_t itemGuid, uint32_t count);
|
||||
};
|
||||
|
||||
/** SMSG_LIST_INVENTORY parser */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue