mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-30 00:03:53 +00:00
Remove Duplicative MySQL Error: Error retrieving banker flag '%s': %s
This commit is contained in:
parent
6cde969780
commit
bf7c40d7a5
@ -781,7 +781,6 @@ bool BaseGuildManager::GetBankerFlag(uint32 CharID)
|
||||
auto results = m_db->QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
{
|
||||
Log.Out(Logs::Detail, Logs::Guilds, "Error retrieving banker flag '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user