mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Sell item packet opcode
This commit is contained in:
@@ -115,7 +115,7 @@ void SellAction::Sell(Item* item)
|
|||||||
|
|
||||||
uint32 botMoney = bot->GetMoney();
|
uint32 botMoney = bot->GetMoney();
|
||||||
|
|
||||||
WorldPacket p;
|
WorldPacket p(CMSG_SELL_ITEM);
|
||||||
p << vendorguid << itemguid << count;
|
p << vendorguid << itemguid << count;
|
||||||
|
|
||||||
WorldPackets::Item::SellItem nicePacket(std::move(p));
|
WorldPackets::Item::SellItem nicePacket(std::move(p));
|
||||||
|
|||||||
Reference in New Issue
Block a user