fix(Core): Build error concerning debug log message (#2265)
This commit is contained in:
parent
f876cdda71
commit
3aeb2e564d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue