mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(Core): Build error concerning debug log message (#2265)
This commit is contained in:
@@ -941,7 +941,7 @@ void WorldSession::SendListInventory(uint64 vendorGuid)
|
|||||||
if (!sConditionMgr->IsObjectMeetToConditions(_player, vendor, conditions))
|
if (!sConditionMgr->IsObjectMeetToConditions(_player, vendor, conditions))
|
||||||
{
|
{
|
||||||
#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS)
|
#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
|
#endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user