mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix compile under windows
This commit is contained in:
@@ -175,7 +175,7 @@ bool MySQLConnection::Execute(const char* sql)
|
||||
|
||||
return false;
|
||||
}
|
||||
else
|
||||
else
|
||||
sLog->outDebug(LOG_FILTER_SQL, "[%u ms] SQL: %s", getMSTimeDiff(_s, getMSTime()), sql);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user