mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Trader Direct purchase updated and tested
This commit is contained in:
+1
-4
@@ -4679,10 +4679,7 @@ bool Client::PutItemInInventoryWithStacking(EQ::ItemInstance *inst)
|
||||
};
|
||||
|
||||
std::vector<temp> queue;
|
||||
auto free_id = GetInv().FindFirstFreeSlotThatFitsItem(inst->GetItem());
|
||||
auto quantity = inst->GetCharges(); // 2
|
||||
auto remaining_quantity = 0;
|
||||
auto item_size = inst->GetItem()->Size;
|
||||
auto quantity = inst->GetCharges();
|
||||
|
||||
for (int i = EQ::invslot::GENERAL_BEGIN; i <= EQ::invslot::GENERAL_END; i++) {
|
||||
auto inv_inst = GetInv().GetItem(i);
|
||||
|
||||
Reference in New Issue
Block a user