mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
Update database.cpp
This commit is contained in:
parent
8eaeda5ec5
commit
0c2d26579a
@ -525,7 +525,7 @@ std::string Database::CreateLoginserverApiToken(
|
|||||||
*/
|
*/
|
||||||
MySQLRequestResult Database::GetLoginserverApiTokens()
|
MySQLRequestResult Database::GetLoginserverApiTokens()
|
||||||
{
|
{
|
||||||
return QueryDatabase("SELECT token, can_write, can_read FROM loginserver_api_tokens");
|
return QueryDatabase("SELECT token, can_write, can_read FROM login_api_tokens");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user