mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core): Compilation with EXTRA_LOGS in Windows (#4605)
This commit is contained in:
@@ -451,7 +451,7 @@ void WardenWin::RequestChecks()
|
||||
#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS)
|
||||
std::stringstream stream;
|
||||
stream << "Sent check id's: ";
|
||||
for (uint16 checkId : _currentChecks)
|
||||
for (uint16 checkId : _CurrentChecks)
|
||||
{
|
||||
stream << checkId << " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user