mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 00:51:28 +00:00
Remove Duplicative MySQL Error: Error in GetGuildIDByChar query '
This commit is contained in:
parent
3156efae63
commit
48caf1e413
@ -4199,7 +4199,6 @@ uint32 Database::GetGuildIDByCharID(uint32 char_id)
|
|||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
{
|
{
|
||||||
std::cerr << "Error in GetGuildIDByChar query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user