mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Remove Duplicative MySQL Error: Error in SetMQDetectionFlag query '
This commit is contained in:
parent
032de7f6ce
commit
9cbe0d4b34
@ -2982,7 +2982,6 @@ bool Database::SetMQDetectionFlag(const char* accountname, const char* character
|
|||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in SetMQDetectionFlag query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user