Networking Overhaul: Modern packets, buffers, handshake, dispatch & security hardening
See Readme
This commit is contained in:
@@ -278,7 +278,7 @@ void LogManager::DetailLoginLog(bool isLogin, LPCHARACTER ch)
|
||||
{
|
||||
Query("INSERT INTO loginlog2(type, is_gm, login_time, channel, account_id, pid, ip, client_version) "
|
||||
"VALUES('INVALID', %s, NOW(), %d, %u, %u, inet_aton('%s'), '%s')",
|
||||
ch->IsGM() == true ? "'Y'" : "'N'",
|
||||
ch->IsGM() ? "'Y'" : "'N'",
|
||||
g_bChannel,
|
||||
ch->GetDesc()->GetAccountTable().id,
|
||||
ch->GetPlayerID(),
|
||||
|
||||
Reference in New Issue
Block a user