mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Remove Duplicative MySQL Error: Error in CheckNameFilter query '
This commit is contained in:
parent
b4a6184c88
commit
a3dc49c504
@ -2802,7 +2802,6 @@ bool Database::CheckNameFilter(const char* name, bool surname)
|
|||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in CheckNameFilter query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
// false through to true? shouldn't it be falls through to false?
|
// false through to true? shouldn't it be falls through to false?
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user