mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove Duplicative MySQL Error: Error in SetVariable query '
This commit is contained in:
parent
77a2737ad0
commit
edbed7184f
@ -2521,7 +2521,6 @@ bool Database::SetVariable(const char* varname_in, const char* varvalue_in) {
|
|||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in SetVariable query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
free(varname);
|
free(varname);
|
||||||
free(varvalue);
|
free(varvalue);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user