mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Typo fail [skip ci]
This commit is contained in:
parent
9730917d73
commit
910dfaf082
@ -340,7 +340,7 @@ Database::DbWorldRegistration Database::GetWorldRegistration(
|
||||
" login_world_servers AS WSR\n"
|
||||
" JOIN login_server_list_types AS SLT ON WSR.login_server_list_type_id = SLT.id\n"
|
||||
"WHERE\n"
|
||||
" WSR.short_name = '{0}' WSR.login_server_admin_id = {1} AND LIMIT 1",
|
||||
" WSR.short_name = '{0}' AND WSR.login_server_admin_id = {1} AND LIMIT 1",
|
||||
EscapeString(short_name),
|
||||
login_world_server_admin_id
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user