mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04: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