Compare commits

..

No commits in common. "92f1dbd3f1cd15018784dee16ab1ffedfd94e551" and "11b96b51b76516bc847c5bf4571aa9913b41c3dd" have entirely different histories.

View File

@ -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));