mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
Some Update for 4.3.4
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
22bfaa12b0
commit
a6f3ca6ab0
7 changed files with 12 additions and 9 deletions
|
|
@ -19386,7 +19386,7 @@ bool Player::BuyItemFromVendorSlot(ObjectGuid vendorGuid, uint32 vendorslot, uin
|
|||
|
||||
/*if (uint32 extendedCostId = crItem->ExtendedCost)
|
||||
{
|
||||
ItemExtendedCostEntry const* iece = sItemExtendedCostStore.LookupEntry(extendedCostId);
|
||||
ItemExtendedCostEntry const* iece = sItemExtendedCostStore.LookupEntry(extendedCostId);
|
||||
if (!iece)
|
||||
{
|
||||
sLog.outError("Item %u have wrong ExtendedCost field value %u", pProto->ItemId, extendedCostId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue