mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
Remove Duplicative MySQL Error: Error retrieving alt flag '%s': %s
This commit is contained in:
@@ -811,7 +811,6 @@ bool BaseGuildManager::GetAltFlag(uint32 CharID)
|
|||||||
auto results = m_db->QueryDatabase(query);
|
auto results = m_db->QueryDatabase(query);
|
||||||
if(!results.Success())
|
if(!results.Success())
|
||||||
{
|
{
|
||||||
Log.Out(Logs::Detail, Logs::Guilds, "Error retrieving alt flag '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user