fix(Core): Build error concerning debug log message (#2265)

This commit is contained in:
LichKing255
2019-09-06 01:03:06 +04:30
committed by Stoabrogga
parent f876cdda71
commit 3aeb2e564d

View File

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