mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Fix a problem with potions and quantity
This commit is contained in:
+1
-3
@@ -386,9 +386,7 @@ void Client::DoParcelSend(const Parcel_Struct *parcel_in)
|
||||
uint32 quantity = 1;
|
||||
if (inst->IsStackable()) {
|
||||
quantity = parcel_in->quantity;
|
||||
}
|
||||
|
||||
if (inst->GetItem()->MaxCharges > 0) {
|
||||
} else if (inst->GetItem()->MaxCharges > 0) {
|
||||
quantity = inst->GetCharges();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user