mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 10:30:01 +01:00
Compare commits
No commits in common. "92f1dbd3f1cd15018784dee16ab1ffedfd94e551" and "11b96b51b76516bc847c5bf4571aa9913b41c3dd" have entirely different histories.
92f1dbd3f1
...
11b96b51b7
@ -115,7 +115,7 @@ void SellAction::Sell(Item* item)
|
|||||||
|
|
||||||
uint32 botMoney = bot->GetMoney();
|
uint32 botMoney = bot->GetMoney();
|
||||||
|
|
||||||
WorldPacket p(CMSG_SELL_ITEM);
|
WorldPacket p;
|
||||||
p << vendorguid << itemguid << count;
|
p << vendorguid << itemguid << count;
|
||||||
|
|
||||||
WorldPackets::Item::SellItem nicePacket(std::move(p));
|
WorldPackets::Item::SellItem nicePacket(std::move(p));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user