mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +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())
|
||||
{
|
||||
std::cerr << "Error in SetVariable query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
free(varname);
|
||||
free(varvalue);
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user