mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
[0158] Fix Item Buy Count Thanks Fabi.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
9f8aa49310
commit
f6cc5b2c9d
2 changed files with 2 additions and 2 deletions
|
|
@ -19418,7 +19418,7 @@ bool Player::BuyItemFromVendorSlot(ObjectGuid vendorGuid, uint32 vendorslot, uin
|
|||
}
|
||||
}
|
||||
|
||||
uint32 totalCount = pProto->BuyCount * count;
|
||||
uint32 totalCount = count;
|
||||
|
||||
// check current item amount if it limited
|
||||
if (crItem->maxcount != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue