Sell item packet opcode

This commit is contained in:
Yunfan Li
2025-09-11 20:41:53 +08:00
parent 11b96b51b7
commit f5f4f32799

View File

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