mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Sell item packet opcode
This commit is contained in:
parent
11b96b51b7
commit
f5f4f32799
@ -115,7 +115,7 @@ void SellAction::Sell(Item* item)
|
||||
|
||||
uint32 botMoney = bot->GetMoney();
|
||||
|
||||
WorldPacket p;
|
||||
WorldPacket p(CMSG_SELL_ITEM);
|
||||
p << vendorguid << itemguid << count;
|
||||
|
||||
WorldPackets::Item::SellItem nicePacket(std::move(p));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user