mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-01 02:03:51 +00:00
Remove Duplicative MySQL Error: Error in GetAccountIDByChar query '%s': %s
This commit is contained in:
parent
3f0fcefdb4
commit
9749d7c3af
@ -804,7 +804,6 @@ uint32 Database::GetAccountIDByChar(uint32 char_id) {
|
||||
std::string query = StringFormat("SELECT `account_id` FROM `character_data` WHERE `id` = %i LIMIT 1", char_id);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in GetAccountIDByChar query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user