Remove Duplicative MySQL Error: Error in GetAccountIDFromLSID query '

This commit is contained in:
Akkadius 2015-01-20 01:42:26 -06:00
parent 8186d43cad
commit a269aa4409

View File

@ -2843,7 +2843,6 @@ uint32 Database::GetAccountIDFromLSID(uint32 iLSID, char* oAccountName, int16* o
if (!results.Success())
{
std::cerr << "Error in GetAccountIDFromLSID query '" << query << "' " << results.ErrorMessage() << std::endl;
return 0;
}