mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
Remove Duplicative MySQL Error: Error in GetMiniLoginAccount query '
This commit is contained in:
parent
94e63885fb
commit
4c3058b0d9
@ -2553,7 +2553,6 @@ uint32 Database::GetMiniLoginAccount(char* ip){
|
|||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in GetMiniLoginAccount query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user