mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*Replace "LoginDatabase" with "loginDatabase"
--HG-- branch : trunk
This commit is contained in:
@@ -359,9 +359,9 @@ void Log::outDB( LogTypes type, const char * str )
|
||||
std::string new_str(str);
|
||||
if (new_str.empty())
|
||||
return;
|
||||
LoginDatabase.escape_string(new_str);
|
||||
loginDatabase.escape_string(new_str);
|
||||
|
||||
LoginDatabase.PExecute("INSERT INTO logs (time, realm, type, string) "
|
||||
loginDatabase.PExecute("INSERT INTO logs (time, realm, type, string) "
|
||||
"VALUES (" UI64FMTD ", %u, %u, '%s');", uint64(time(0)), realm, type, new_str.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user