Remove Duplicative MySQL Error: Error in GetLiveChar query '

This commit is contained in:
Akkadius 2015-01-20 01:42:42 -06:00
parent 3473e11376
commit 3156efae63

View File

@ -3099,7 +3099,6 @@ bool Database::GetLiveChar(uint32 account_id, char* cname) {
if (!results.Success())
{
std::cerr << "Error in GetLiveChar query '" << query << "' " << results.ErrorMessage() << std::endl;
return false;
}