mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
WIP
This commit is contained in:
+2
-2
@@ -1433,9 +1433,9 @@ void Client::BuyTraderItem(const EQApplicationPacket *app)
|
||||
return;
|
||||
}
|
||||
|
||||
uint32 quantity = in->quantity;
|
||||
int16 quantity = static_cast<int16>(in->quantity);
|
||||
inst_copy->SetCharges(quantity);
|
||||
if (inst_copy->IsStackable()) {
|
||||
if (inst_copy->IsStackable() && quantity != buy_inst->GetCharges()) {
|
||||
inst_copy->CreateUniqueID();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user