mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-03 09:12:26 +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);
|
auto results = m_db->QueryDatabase(query);
|
||||||
if(!results.Success())
|
if(!results.Success())
|
||||||
{
|
{
|
||||||
Log.Out(Logs::Detail, Logs::Guilds, "Error retrieving banker flag '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user