Remove Duplicative MySQL Error: Error loading guild member '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:26:18 -06:00
parent 5930510274
commit 7c52755eac

View File

@ -979,7 +979,6 @@ bool BaseGuildManager::GetCharInfo(uint32 char_id, CharGuildInfo &into) {
#endif
auto results = m_db->QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::Detail, Logs::Guilds, "Error loading guild member '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}