Remove Duplicative MySQL Error: Error in UpdateLiveChar query '

This commit is contained in:
Akkadius 2015-01-20 01:42:40 -06:00
parent 78746a40fa
commit 3473e11376

View File

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