mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
shavit-rankings.sp - fix table name in pg/sqlite query
This commit is contained in:
parent
e7a0e66ec4
commit
69b13bce5a
@ -422,7 +422,7 @@ public void OnClientAuthorized(int client, const char[] auth)
|
|||||||
else // postgresql & sqlite
|
else // postgresql & sqlite
|
||||||
{
|
{
|
||||||
FormatEx(sQuery, 512,
|
FormatEx(sQuery, 512,
|
||||||
"INSERT INTO %susers (auth, style, points) VALUES (%d, %d, 0) ON CONFLICT DO NOTHING;",
|
"INSERT INTO %sstylepoints (auth, style, points) VALUES (%d, %d, 0) ON CONFLICT DO NOTHING;",
|
||||||
gS_MySQLPrefix, iSteamID, i);
|
gS_MySQLPrefix, iSteamID, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user