mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 03:13:52 +00:00
Remove Duplicative MySQL Error: Error in GetLiveChar query '
This commit is contained in:
parent
3473e11376
commit
3156efae63
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user