Remove Duplicative MySQL Error: Error retrieving alt flag '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:26:08 -06:00
parent 2ef8f79338
commit 3f3368e60c

View File

@ -811,7 +811,6 @@ bool BaseGuildManager::GetAltFlag(uint32 CharID)
auto results = m_db->QueryDatabase(query);
if(!results.Success())
{
Log.Out(Logs::Detail, Logs::Guilds, "Error retrieving alt flag '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}