mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
Remove Duplicative MySQL Error: Error in GetMiniLoginAccount query '
This commit is contained in:
@@ -2553,7 +2553,6 @@ uint32 Database::GetMiniLoginAccount(char* ip){
|
||||
|
||||
if (!results.Success())
|
||||
{
|
||||
std::cerr << "Error in GetMiniLoginAccount query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user