mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 07:02:35 +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())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in GetLiveChar query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user