fix(DB/Core): "Sons of Hodir" quests / areas (#2231)

This commit is contained in:
Stoabrogga
2019-09-04 16:43:44 +02:00
committed by GitHub
parent 213148f634
commit dbfa66c698
3 changed files with 175 additions and 2 deletions

View File

@@ -940,7 +940,9 @@ void WorldSession::SendListInventory(uint64 vendorGuid)
ConditionList conditions = sConditionMgr->GetConditionsForNpcVendorEvent(vendor->GetEntry(), item->item);
if (!sConditionMgr->IsObjectMeetToConditions(_player, vendor, conditions))
{
sLog->outError("SendListInventory: conditions not met for creature entry %u item %u", vendor->GetEntry(), item->item);
#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS)
sLog->outDebug("SendListInventory: conditions not met for creature entry %u item %u", vendor->GetEntry(), item->item);
#endif
continue;
}