mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Compare commits
2 Commits
11b96b51b7
...
92f1dbd3f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92f1dbd3f1 | ||
|
|
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